Html Css Color HEX #9C6FC0 Lilac Bush

📋 copy color: '#9C6FC0'

red 156 ◦ green 111 ◦ blue 192

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

Shades of Lilac Bush #9C6FC0

Tints of Lilac Bush #9C6FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 33.99%
G = 24.18%
B = 41.83%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C6FC0 (or 0x9C6FC0) is known color: Lilac Bush. HEX triplet: 9C, 6F and C0. RGB value is (156,111,192). Sum of RGB (Red+Green+Blue) = 156+111+192=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C6FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FC0 is #63903F. Grayscale: #858585. Windows color (decimal): -6524992 or 12611484. OLE color: 12611484.

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

Color convert

RGB 156 111 192 -
CMYK 0.19 0.42 0 0.25
HSL 273.33º 0.39% 0.59% -
HSV(B) 273.33º 0.42% 0.75% -
XYZ 28.91 22.24 52.64 -
YUV 133.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 156 111 192 0.19 0.42 0 0.25 273.33 0.39 0.59
Hex 9C 6F C0 13 2A 0 19 111 27 3B
Octal 234 157 300 23 52 0 31 421 47 73
Binary 10011100 1101111 11000000 10011 101010 0 11001 100010001 100111 111011

Color Harmonies of #9C6FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6FC0

Black with #9C6FC0

Text Example


Text Example

White with #9C6FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,111,192); }

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

background-color css

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

 a { background-color: rgb(156,111,192); }

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

border-color css

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

 span { border-color: rgb(156,111,192); }

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