#9077C6

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

Shades of True V #9077C6

Tints of True V #9077C6

Color information

#9077C6 (or 0x9077C6) is unknown color: approx True V. HEX triplet: 90, 77 and C6. RGB value is (144,119,198). Sum of RGB (Red+Green+Blue) = 144+119+198=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #9077C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077C6 is #6F8839. Grayscale: #878787. Windows color (decimal): -7309370 or 13006736. OLE color: 13006736.

HSL color Cylindrical-coordinate representation of color #9077C6: hue angle of 258.99º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9077C6 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB144119198-
CMYK0.270.4000.22
HSL258.99º40.93%62.16%-
HSV(B)258.99º39.9%77.65%-
XYZ28.2923.256.41-
YUV135.48163.28134.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=31.24%
G=25.81%
B=42.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441191980.270.4000.22258.9940.9362.16
Hex9077C61B28016103293e
Octal22016730633500264035176
Binary1001000011101111100011011011101000010110100000011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9077C6; }

 p { color: rgb(144,119,198); }

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

<style>
 a { background-color: #9077C6; }

 a { background-color: rgb(144,119,198); }

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

<style>
 span { border-color: #9077C6; }

 span { border-color: rgb(144,119,198); }

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