Html Css Color HEX #9671CE Lilac Bush

📋 copy color: '#9671CE'

red 150 ◦ green 113 ◦ blue 206

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

Shades of Lilac Bush #9671CE

Tints of Lilac Bush #9671CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

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

R = 31.98%
G = 24.09%
B = 43.92%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9671CE (or 0x9671CE) is known color: Lilac Bush. HEX triplet: 96, 71 and CE. RGB value is (150,113,206). Sum of RGB (Red+Green+Blue) = 150+113+206=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #9671CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9671CE is #698E31. Grayscale: #868686. Windows color (decimal): -6917682 or 13529494. OLE color: 13529494.

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

Color convert

RGB 150 113 206 -
CMYK 0.27 0.45 0 0.19
HSL 263.87º 0.49% 0.63% -
HSV(B) 263.87º 0.45% 0.81% -
XYZ 29.62 22.75 61.22 -
YUV 134.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 150 113 206 0.27 0.45 0 0.19 263.87 0.49 0.63
Hex 96 71 CE 1B 2D 0 13 108 31 3F
Octal 226 161 316 33 55 0 23 410 61 77
Binary 10010110 1110001 11001110 11011 101101 0 10011 100001000 110001 111111

Color Harmonies of #9671CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671CE

Black with #9671CE

Text Example


Text Example

White with #9671CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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