Html Css Color HEX #9672CD Lilac Bush

📋 copy color: '#9672CD'

red 150 ◦ green 114 ◦ blue 205

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

Shades of Lilac Bush #9672CD

Tints of Lilac Bush #9672CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 31.98%
G = 24.31%
B = 43.71%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9672CD (or 0x9672CD) is known color: Lilac Bush. HEX triplet: 96, 72 and CD. RGB value is (150,114,205). Sum of RGB (Red+Green+Blue) = 150+114+205=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #9672CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672CD is #698D32. Grayscale: #868686. Windows color (decimal): -6917427 or 13464214. OLE color: 13464214.

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

Color convert

RGB 150 114 205 -
CMYK 0.27 0.44 0 0.20
HSL 263.74º 0.48% 0.63% -
HSV(B) 263.74º 0.44% 0.8% -
XYZ 29.61 22.93 60.62 -
YUV 135.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 150 114 205 0.27 0.44 0 0.20 263.74 0.48 0.63
Hex 96 72 CD 1B 2C 0 14 108 30 3F
Octal 226 162 315 33 54 0 24 410 60 77
Binary 10010110 1110010 11001101 11011 101100 0 10100 100001000 110000 111111

Color Harmonies of #9672CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672CD

Black with #9672CD

Text Example


Text Example

White with #9672CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9672CD; }

 p { color: rgb(150,114,205); }

 H1.HeaderClassName
 {
   color: #9672CD;
 }
 .AnyTagClassName
 {
   color: #9672CD;
 }
</style>

background-color css

<style>
 a { background-color: #9672CD; }

 a { background-color: rgb(150,114,205); }

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

border-color css

<style>
 span { border-color: #9672CD; }

 span { border-color: rgb(150,114,205); }

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