Html Css Color HEX #9676BE Lilac Bush

📋 copy color: '#9676BE'

red 150 ◦ green 118 ◦ blue 190

#9676BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #9676BE

Tints of Lilac Bush #9676BE

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 value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9676BE (or 0x9676BE) is known color: 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

RGB 150 118 190 -
CMYK 0.21 0.38 0 0.25
HSL 266.67º 0.36% 0.6% -
HSV(B) 266.67º 0.38% 0.75% -
XYZ 28.35 23.16 51.69 -
YUV 135.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 150 118 190 0.21 0.38 0 0.25 266.67 0.36 0.6
Hex 96 76 BE 15 26 0 19 10B 24 3C
Octal 226 166 276 25 46 0 31 413 44 74
Binary 10010110 1110110 10111110 10101 100110 0 11001 100001011 100100 111100

Color Harmonies of #9676BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9676BE

Black with #9676BE

Text Example


Text Example

White with #9676BE

Text Example


Text Example

HTML Codes & Css Web 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>