Html Css Color HEX #9676CA Lilac Bush

📋 copy color: '#9676CA'

red 150 ◦ green 118 ◦ blue 202

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

Shades of Lilac Bush #9676CA

Tints of Lilac Bush #9676CA

RGB

 RED value IS 150 (58.98% from 255) = 31.91%

 GREEN value IS 118 (46.48% from 255) = 25.11%

 BLUE value IS 202 (79.3% from 255) = 42.98%

R = 31.91%
G = 25.11%
B = 42.98%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9676CA (or 0x9676CA) is known color: Lilac Bush. HEX triplet: 96, 76 and CA. RGB value is (150,118,202). Sum of RGB (Red+Green+Blue) = 150+118+202=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #9676CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676CA is #698935. Grayscale: #888888. Windows color (decimal): -6916406 or 13268630. OLE color: 13268630.

HSL color Cylindrical-coordinate representation of color #9676CA: hue angle of 262.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9676CA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 118 202 -
CMYK 0.26 0.42 0 0.21
HSL 262.86º 0.44% 0.63% -
HSV(B) 262.86º 0.42% 0.79% -
XYZ 29.72 23.71 58.89 -
YUV 137.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 150 118 202 0.26 0.42 0 0.21 262.86 0.44 0.63
Hex 96 76 CA 1A 2A 0 15 107 2C 3F
Octal 226 166 312 32 52 0 25 407 54 77
Binary 10010110 1110110 11001010 11010 101010 0 10101 100000111 101100 111111

Color Harmonies of #9676CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9676CA

Black with #9676CA

Text Example


Text Example

White with #9676CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9676CA;
 }
 .AnyTagClassName
 {
   color: #9676CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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