#9078C6

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

Shades of True V #9078C6

Tints of True V #9078C6

Color information

#9078C6 (or 0x9078C6) is unknown color: approx True V. HEX triplet: 90, 78 and C6. RGB value is (144,120,198). Sum of RGB (Red+Green+Blue) = 144+120+198=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #9078C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9078C6 is #6F8739. Grayscale: #878787. Windows color (decimal): -7309114 or 13006992. OLE color: 13006992.

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

Color convert

RGB144120198-
CMYK0.270.3900.22
HSL258.46º40.62%62.35%-
HSV(B)258.46º39.39%77.65%-
XYZ28.4123.4456.45-
YUV136.07162.95133.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 120 (47.27% from 255) = 25.97%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=31.17%
G=25.97%
B=42.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1441201980.270.3900.22258.4640.6262.35
Hex9078C61B27016102293e
Octal22017030633470264025176
Binary1001000011110001100011011011100111010110100000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9078C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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