Html Css Color HEX #8C5BB6 Deep Lilac

📋 copy color: '#8C5BB6'

red 140 ◦ green 91 ◦ blue 182

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

Shades of Deep Lilac #8C5BB6

Tints of Deep Lilac #8C5BB6

RGB

 RED value IS 140 (55.08% from 255) = 33.9%

 GREEN value IS 91 (35.94% from 255) = 22.03%

 BLUE value IS 182 (71.48% from 255) = 44.07%

R = 33.9%
G = 22.03%
B = 44.07%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C5BB6 (or 0x8C5BB6) is known color: Deep Lilac. HEX triplet: 8C, 5B and B6. RGB value is (140,91,182). Sum of RGB (Red+Green+Blue) = 140+91+182=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C5BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BB6 is #73A449. Grayscale: #737373. Windows color (decimal): -7578698 or 11950988. OLE color: 11950988.

HSL color Cylindrical-coordinate representation of color #8C5BB6: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5BB6 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 91 182 -
CMYK 0.23 0.5 0 0.29
HSL 272.31º 0.38% 0.54% -
HSV(B) 272.31º 0.5% 0.71% -
XYZ 23 16.44 46.22 -
YUV 116.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 140 91 182 0.23 0.5 0 0.29 272.31 0.38 0.54
Hex 8C 5B B6 17 32 0 1D 110 26 36
Octal 214 133 266 27 62 0 35 420 46 66
Binary 10001100 1011011 10110110 10111 110010 0 11101 100010000 100110 110110

Color Harmonies of #8C5BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BB6

Black with #8C5BB6

Text Example


Text Example

White with #8C5BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5BB6; }

 p { color: rgb(140,91,182); }

 H1.HeaderClassName
 {
   color: #8C5BB6;
 }
 .AnyTagClassName
 {
   color: #8C5BB6;
 }
</style>

background-color css

<style>
 a { background-color: #8C5BB6; }

 a { background-color: rgb(140,91,182); }

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

border-color css

<style>
 span { border-color: #8C5BB6; }

 span { border-color: rgb(140,91,182); }

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