Html Css Color HEX #9670CB Lilac Bush

📋 copy color: '#9670CB'

red 150 ◦ green 112 ◦ blue 203

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

Shades of Lilac Bush #9670CB

Tints of Lilac Bush #9670CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 32.26%
G = 24.09%
B = 43.66%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9670CB (or 0x9670CB) is known color: Lilac Bush. HEX triplet: 96, 70 and CB. RGB value is (150,112,203). Sum of RGB (Red+Green+Blue) = 150+112+203=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #9670CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670CB is #698F34. Grayscale: #858585. Windows color (decimal): -6917941 or 13332630. OLE color: 13332630.

HSL color Cylindrical-coordinate representation of color #9670CB: hue angle of 265.05º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9670CB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 112 203 -
CMYK 0.26 0.45 0 0.20
HSL 265.06º 0.47% 0.62% -
HSV(B) 265.06º 0.45% 0.8% -
XYZ 29.15 22.38 59.28 -
YUV 133.74 167.09 139.6 -
System Red Green Blue C M Y K H S L
Decimal 150 112 203 0.26 0.45 0 0.20 265.06 0.47 0.62
Hex 96 70 CB 1A 2D 0 14 109 2F 3E
Octal 226 160 313 32 55 0 24 411 57 76
Binary 10010110 1110000 11001011 11010 101101 0 10100 100001001 101111 111110

Color Harmonies of #9670CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670CB

Black with #9670CB

Text Example


Text Example

White with #9670CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9670CB; }

 p { color: rgb(150,112,203); }

 H1.HeaderClassName
 {
   color: #9670CB;
 }
 .AnyTagClassName
 {
   color: #9670CB;
 }
</style>

background-color css

<style>
 a { background-color: #9670CB; }

 a { background-color: rgb(150,112,203); }

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

border-color css

<style>
 span { border-color: #9670CB; }

 span { border-color: rgb(150,112,203); }

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