#9A76C4

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

Shades of Lilac Bush #9A76C4

Tints of Lilac Bush #9A76C4

Color information

#9A76C4 (or 0x9A76C4) is unknown color: approx Lilac Bush. HEX triplet: 9A, 76 and C4. RGB value is (154,118,196). Sum of RGB (Red+Green+Blue) = 154+118+196=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A76C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76C4 is #65893B. Grayscale: #898989. Windows color (decimal): -6654268 or 12875418. OLE color: 12875418.

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

Color convert

RGB154118196-
CMYK0.210.4000.23
HSL267.69º39.8%61.57%-
HSV(B)267.69º39.8%76.86%-
XYZ29.7723.8155.25-
YUV137.66160.93139.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 118 (46.48% from 255) = 25.21%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=32.91%
G=25.21%
B=41.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1541181960.210.4000.23267.6939.861.57
Hex9A76C4152801710c283e
Octal23216630425500274145076
Binary1001101011101101100010010101101000010111100001100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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