Html Css Color HEX #9670CE Lilac Bush

📋 copy color: '#9670CE'

red 150 ◦ green 112 ◦ blue 206

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

Shades of Lilac Bush #9670CE

Tints of Lilac Bush #9670CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 32.05%
G = 23.93%
B = 44.02%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9670CE (or 0x9670CE) is known color: Lilac Bush. HEX triplet: 96, 70 and CE. RGB value is (150,112,206). Sum of RGB (Red+Green+Blue) = 150+112+206=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #9670CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9670CE is #698F31. Grayscale: #858585. Windows color (decimal): -6917938 or 13529238. OLE color: 13529238.

HSL color Cylindrical-coordinate representation of color #9670CE: hue angle of 264.26º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9670CE is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 112 206 -
CMYK 0.27 0.46 0 0.19
HSL 264.26º 0.49% 0.62% -
HSV(B) 264.26º 0.46% 0.81% -
XYZ 29.51 22.53 61.19 -
YUV 134.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 150 112 206 0.27 0.46 0 0.19 264.26 0.49 0.62
Hex 96 70 CE 1B 2E 0 13 108 31 3E
Octal 226 160 316 33 56 0 23 410 61 76
Binary 10010110 1110000 11001110 11011 101110 0 10011 100001000 110001 111110

Color Harmonies of #9670CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670CE

Black with #9670CE

Text Example


Text Example

White with #9670CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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