#9a76ce

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

Shades of Lilac Bush #9A76CE

Tints of Lilac Bush #9A76CE

Color information

#9A76CE (or 0x9A76CE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 76 and CE. RGB value is (154,118,206). Sum of RGB (Red+Green+Blue) = 154+118+206=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76CE is #658931. Grayscale: #8A8A8A. Windows color (decimal): -6654258 or 13530778. OLE color: 13530778.

HSL color Cylindrical-coordinate representation of color #9A76CE: hue angle of 264.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A76CE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154118206-
CMYK0.250.4300.19
HSL264.55º47.31%63.53%-
HSV(B)264.55º42.72%80.78%-
XYZ30.9524.2861.45-
YUV138.8165.93138.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=32.22%
G=24.69%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541182060.250.4300.19264.5547.3163.53
Hex9A76CE192B0131092f40
Octal232166316315302341157100
Binary10011010111011011001110110011010110100111000010011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a76ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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