Html Css Color HEX #9670BD Lilac Bush

📋 copy color: '#9670BD'

red 150 ◦ green 112 ◦ blue 189

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

Shades of Lilac Bush #9670BD

Tints of Lilac Bush #9670BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 33.26%
G = 24.83%
B = 41.91%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9670BD (or 0x9670BD) is known color: Lilac Bush. HEX triplet: 96, 70 and BD. RGB value is (150,112,189). Sum of RGB (Red+Green+Blue) = 150+112+189=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #9670BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670BD is #698F42. Grayscale: #838383. Windows color (decimal): -6917955 or 12415126. OLE color: 12415126.

HSL color Cylindrical-coordinate representation of color #9670BD: hue angle of 269.61º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9670BD is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 112 189 -
CMYK 0.21 0.41 0 0.26
HSL 269.61º 0.37% 0.59% -
HSV(B) 269.61º 0.41% 0.74% -
XYZ 27.56 21.75 50.89 -
YUV 132.14 160.09 140.74 -
System Red Green Blue C M Y K H S L
Decimal 150 112 189 0.21 0.41 0 0.26 269.61 0.37 0.59
Hex 96 70 BD 15 29 0 1A 10E 25 3B
Octal 226 160 275 25 51 0 32 416 45 73
Binary 10010110 1110000 10111101 10101 101001 0 11010 100001110 100101 111011

Color Harmonies of #9670BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670BD

Black with #9670BD

Text Example


Text Example

White with #9670BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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