#9a78c4

Color #9A78C4 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9A78C4

Tints of Lilac Bush #9A78C4

Color information

#9A78C4 (or 0x9A78C4) is unknown color: approx Lilac Bush. HEX triplet: 9A, 78 and C4. RGB value is (154,120,196). Sum of RGB (Red+Green+Blue) = 154+120+196=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A78C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A78C4 is #65873B. Grayscale: #8A8A8A. Windows color (decimal): -6653756 or 12875930. OLE color: 12875930.

HSL color Cylindrical-coordinate representation of color #9A78C4: hue angle of 266.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A78C4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB154120196-
CMYK0.210.3900.23
HSL266.84º39.18%61.96%-
HSV(B)266.84º38.78%76.86%-
XYZ30.0124.2955.33-
YUV138.83160.26138.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 196 (76.95% from 255) = 41.70%
R=32.77%
G=25.53%
B=41.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541201960.210.3900.23266.8439.1861.96
Hex9A78C4152701710b273e
Octal23217030425470274134776
Binary1001101011110001100010010101100111010111100001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a78c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a78c4; }

 p { color: rgb(154,120,196); }

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

<style>
 a { background-color: #9a78c4; }

 a { background-color: rgb(154,120,196); }

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

<style>
 span { border-color: #9a78c4; }

 span { border-color: rgb(154,120,196); }

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