Html Css Color HEX #9670BE Lilac Bush

📋 copy color: '#9670BE'

red 150 ◦ green 112 ◦ blue 190

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

Shades of Lilac Bush #9670BE

Tints of Lilac Bush #9670BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 33.19%
G = 24.78%
B = 42.04%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9670BE (or 0x9670BE) is known color: Lilac Bush. HEX triplet: 96, 70 and BE. RGB value is (150,112,190). Sum of RGB (Red+Green+Blue) = 150+112+190=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9670BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670BE is #698F41. Grayscale: #838383. Windows color (decimal): -6917954 or 12480662. OLE color: 12480662.

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

Color convert

RGB 150 112 190 -
CMYK 0.21 0.41 0 0.25
HSL 269.23º 0.38% 0.59% -
HSV(B) 269.23º 0.41% 0.75% -
XYZ 27.67 21.79 51.46 -
YUV 132.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 150 112 190 0.21 0.41 0 0.25 269.23 0.38 0.59
Hex 96 70 BE 15 29 0 19 10D 26 3B
Octal 226 160 276 25 51 0 31 415 46 73
Binary 10010110 1110000 10111110 10101 101001 0 11001 100001101 100110 111011

Color Harmonies of #9670BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670BE

Black with #9670BE

Text Example


Text Example

White with #9670BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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