Html Css Color HEX #9C6DBF Lilac Bush

📋 copy color: '#9C6DBF'

red 156 ◦ green 109 ◦ blue 191

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

Shades of Lilac Bush #9C6DBF

Tints of Lilac Bush #9C6DBF

RGB

 RED value IS 156 (61.33% from 255) = 34.21%

 GREEN value IS 109 (42.97% from 255) = 23.9%

 BLUE value IS 191 (75% from 255) = 41.89%

R = 34.21%
G = 23.9%
B = 41.89%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C6DBF (or 0x9C6DBF) is known color: Lilac Bush. HEX triplet: 9C, 6D and BF. RGB value is (156,109,191). Sum of RGB (Red+Green+Blue) = 156+109+191=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6DBF is #639240. Grayscale: #848484. Windows color (decimal): -6525505 or 12545436. OLE color: 12545436.

HSL color Cylindrical-coordinate representation of color #9C6DBF: hue angle of 274.39º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C6DBF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 109 191 -
CMYK 0.18 0.43 0 0.25
HSL 274.39º 0.39% 0.59% -
HSV(B) 274.39º 0.43% 0.75% -
XYZ 28.58 21.77 51.99 -
YUV 132.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 156 109 191 0.18 0.43 0 0.25 274.39 0.39 0.59
Hex 9C 6D BF 12 2B 0 19 112 27 3B
Octal 234 155 277 22 53 0 31 422 47 73
Binary 10011100 1101101 10111111 10010 101011 0 11001 100010010 100111 111011

Color Harmonies of #9C6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6DBF

Black with #9C6DBF

Text Example


Text Example

White with #9C6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6DBF; }

 p { color: rgb(156,109,191); }

 H1.HeaderClassName
 {
   color: #9C6DBF;
 }
 .AnyTagClassName
 {
   color: #9C6DBF;
 }
</style>

background-color css

<style>
 a { background-color: #9C6DBF; }

 a { background-color: rgb(156,109,191); }

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

border-color css

<style>
 span { border-color: #9C6DBF; }

 span { border-color: rgb(156,109,191); }

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