Html Css Color HEX #9C6CBE Lilac Bush

📋 copy color: '#9C6CBE'

red 156 ◦ green 108 ◦ blue 190

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

Shades of Lilac Bush #9C6CBE

Tints of Lilac Bush #9C6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.79%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 34.36%
G = 23.79%
B = 41.85%

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

#9C6CBE (or 0x9C6CBE) is known color: Lilac Bush. HEX triplet: 9C, 6C and BE. RGB value is (156,108,190). Sum of RGB (Red+Green+Blue) = 156+108+190=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CBE is #639341. Grayscale: #838383. Windows color (decimal): -6525762 or 12479644. OLE color: 12479644.

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

Color convert

RGB 156 108 190 -
CMYK 0.18 0.43 0 0.25
HSL 275.12º 0.39% 0.58% -
HSV(B) 275.12º 0.43% 0.75% -
XYZ 28.37 21.51 51.37 -
YUV 131.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 156 108 190 0.18 0.43 0 0.25 275.12 0.39 0.58
Hex 9C 6C BE 12 2B 0 19 113 27 3A
Octal 234 154 276 22 53 0 31 423 47 72
Binary 10011100 1101100 10111110 10010 101011 0 11001 100010011 100111 111010

Color Harmonies of #9C6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6CBE

Black with #9C6CBE

Text Example


Text Example

White with #9C6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,190); }

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

background-color css

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

 a { background-color: rgb(156,108,190); }

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

border-color css

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

 span { border-color: rgb(156,108,190); }

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