Html Css Color HEX #9673CE Lilac Bush

📋 copy color: '#9673CE'

red 150 ◦ green 115 ◦ blue 206

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

Shades of Lilac Bush #9673CE

Tints of Lilac Bush #9673CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.42%

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

R = 31.85%
G = 24.42%
B = 43.74%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9673CE (or 0x9673CE) is known color: Lilac Bush. HEX triplet: 96, 73 and CE. RGB value is (150,115,206). Sum of RGB (Red+Green+Blue) = 150+115+206=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #9673CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673CE is #698C31. Grayscale: #878787. Windows color (decimal): -6917170 or 13530006. OLE color: 13530006.

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

Color convert

RGB 150 115 206 -
CMYK 0.27 0.44 0 0.19
HSL 263.08º 0.48% 0.63% -
HSV(B) 263.08º 0.44% 0.81% -
XYZ 29.85 23.2 61.3 -
YUV 135.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 150 115 206 0.27 0.44 0 0.19 263.08 0.48 0.63
Hex 96 73 CE 1B 2C 0 13 107 30 3F
Octal 226 163 316 33 54 0 23 407 60 77
Binary 10010110 1110011 11001110 11011 101100 0 10011 100000111 110000 111111

Color Harmonies of #9673CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673CE

Black with #9673CE

Text Example


Text Example

White with #9673CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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