Html Css Color HEX #8C56BD Deep Lilac

📋 copy color: '#8C56BD'

red 140 ◦ green 86 ◦ blue 189

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

Shades of Deep Lilac #8C56BD

Tints of Deep Lilac #8C56BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 33.73%
G = 20.72%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C56BD (or 0x8C56BD) is known color: Deep Lilac. HEX triplet: 8C, 56 and BD. RGB value is (140,86,189). Sum of RGB (Red+Green+Blue) = 140+86+189=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C56BD is #73A942. Grayscale: #717171. Windows color (decimal): -7579971 or 12408460. OLE color: 12408460.

HSL color Cylindrical-coordinate representation of color #8C56BD: hue angle of 271.46º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C56BD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 86 189 -
CMYK 0.26 0.54 0 0.26
HSL 271.46º 0.44% 0.54% -
HSV(B) 271.46º 0.54% 0.74% -
XYZ 23.33 15.91 49.98 -
YUV 113.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 140 86 189 0.26 0.54 0 0.26 271.46 0.44 0.54
Hex 8C 56 BD 1A 36 0 1A 10F 2C 36
Octal 214 126 275 32 66 0 32 417 54 66
Binary 10001100 1010110 10111101 11010 110110 0 11010 100001111 101100 110110

Color Harmonies of #8C56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56BD

Black with #8C56BD

Text Example


Text Example

White with #8C56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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