Html Css Color HEX #8C56B6 Deep Lilac

📋 copy color: '#8C56B6'

red 140 ◦ green 86 ◦ blue 182

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

Shades of Deep Lilac #8C56B6

Tints of Deep Lilac #8C56B6

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

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

R = 34.31%
G = 21.08%
B = 44.61%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C56B6 (or 0x8C56B6) is known color: Deep Lilac. HEX triplet: 8C, 56 and B6. RGB value is (140,86,182). Sum of RGB (Red+Green+Blue) = 140+86+182=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C56B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56B6 is #73A949. Grayscale: #707070. Windows color (decimal): -7579978 or 11949708. OLE color: 11949708.

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

Color convert

RGB 140 86 182 -
CMYK 0.23 0.53 0 0.29
HSL 273.75º 0.4% 0.53% -
HSV(B) 273.75º 0.53% 0.71% -
XYZ 22.59 15.61 46.08 -
YUV 113.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 140 86 182 0.23 0.53 0 0.29 273.75 0.4 0.53
Hex 8C 56 B6 17 35 0 1D 112 28 35
Octal 214 126 266 27 65 0 35 422 50 65
Binary 10001100 1010110 10110110 10111 110101 0 11101 100010010 101000 110101

Color Harmonies of #8C56B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56B6

Black with #8C56B6

Text Example


Text Example

White with #8C56B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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