#9676BE

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

Shades of Lilac Bush #9676BE

Tints of Lilac Bush #9676BE

Color information

#9676BE (or 0x9676BE) is unknown color: approx Lilac Bush. HEX triplet: 96, 76 and BE. RGB value is (150,118,190). Sum of RGB (Red+Green+Blue) = 150+118+190=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #9676BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676BE is #698941. Grayscale: #878787. Windows color (decimal): -6916418 or 12482198. OLE color: 12482198.

HSL color Cylindrical-coordinate representation of color #9676BE: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9676BE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150118190-
CMYK0.210.3800.25
HSL266.67º35.64%60.39%-
HSV(B)266.67º37.89%74.51%-
XYZ28.3523.1651.69-
YUV135.78158.6138.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=32.75%
G=25.76%
B=41.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501181900.210.3800.25266.6735.6460.39
Hex9676BE152601910b243c
Octal22616627625460314134474
Binary1001011011101101011111010101100110011001100001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9676BE; }

 p { color: rgb(150,118,190); }

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

<style>
 a { background-color: #9676BE; }

 a { background-color: rgb(150,118,190); }

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

<style>
 span { border-color: #9676BE; }

 span { border-color: rgb(150,118,190); }

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