#907CCC

Color #907CCC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #907CCC

Tints of True V #907CCC

Color information

#907CCC (or 0x907CCC) is unknown color: approx True V. HEX triplet: 90, 7C and CC. RGB value is (144,124,204). Sum of RGB (Red+Green+Blue) = 144+124+204=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #907CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CCC is #6F8333. Grayscale: #8A8A8A. Windows color (decimal): -7308084 or 13401232. OLE color: 13401232.

HSL color Cylindrical-coordinate representation of color #907CCC: hue angle of 255º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #907CCC is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB144124204-
CMYK0.290.3900.2
HSL255º43.96%64.31%-
HSV(B)255º39.22%80%-
XYZ29.6124.760.33-
YUV139.1164.63131.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=30.51%
G=26.27%
B=43.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1441242040.290.3900.225543.9664.31
Hex907CCC1D27014ff2c40
Octal220174314354702437754100
Binary1001000011111001100110011101100111010100111111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907CCC; }

 p { color: rgb(144,124,204); }

 H1.HeaderClassName
 {
   color: #907CCC;
 }
 .AnyTagClassName
 {
   color: #907CCC;
 }
</style>
background-color css

<style>
 a { background-color: #907CCC; }

 a { background-color: rgb(144,124,204); }

 div.DivClassName
 {
   background-color: #907CCC;
 }
 .BgClassName
 {
   background-color: #907CCC;
 }
</style>
border-color css

<style>
 span { border-color: #907CCC; }

 span { border-color: rgb(144,124,204); }

 td.TdClassName
 {
   border-color: #907CCC;
 }
 .TagClassName
 {
   border-color: #907CCC;
 }
</style>