#9D76C4

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

Shades of Lilac Bush #9D76C4

Tints of Lilac Bush #9D76C4

Color information

#9D76C4 (or 0x9D76C4) is unknown color: approx Lilac Bush. HEX triplet: 9D, 76 and C4. RGB value is (157,118,196). Sum of RGB (Red+Green+Blue) = 157+118+196=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D76C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76C4 is #62893B. Grayscale: #8A8A8A. Windows color (decimal): -6457660 or 12875421. OLE color: 12875421.

HSL color Cylindrical-coordinate representation of color #9D76C4: hue angle of 270º 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 #9D76C4 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB157118196-
CMYK0.200.4000.23
HSL270º39.8%61.57%-
HSV(B)270º39.8%76.86%-
XYZ30.3524.1155.28-
YUV138.55160.42141.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=33.33%
G=25.05%
B=41.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1571181960.200.4000.2327039.861.57
Hex9D76C4142801710e283e
Octal23516630424500274165076
Binary1001110111101101100010010100101000010111100001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D76C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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