Html Css Color HEX #8C56A2 Deep Lilac

📋 copy color: '#8C56A2'

red 140 ◦ green 86 ◦ blue 162

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

Shades of Deep Lilac #8C56A2

Tints of Deep Lilac #8C56A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.75%

R = 36.08%
G = 22.16%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8C56A2 (or 0x8C56A2) is known color: Deep Lilac. HEX triplet: 8C, 56 and A2. RGB value is (140,86,162). Sum of RGB (Red+Green+Blue) = 140+86+162=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #8C56A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C56A2 is #73A95D. Grayscale: #6E6E6E. Windows color (decimal): -7579998 or 10638988. OLE color: 10638988.

HSL color Cylindrical-coordinate representation of color #8C56A2: hue angle of 282.63º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C56A2 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 86 162 -
CMYK 0.14 0.47 0 0.36
HSL 282.63º 0.31% 0.49% -
HSV(B) 282.63º 0.47% 0.64% -
XYZ 20.66 14.84 35.96 -
YUV 110.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 140 86 162 0.14 0.47 0 0.36 282.63 0.31 0.49
Hex 8C 56 A2 E 2F 0 24 11B 1F 31
Octal 214 126 242 16 57 0 44 433 37 61
Binary 10001100 1010110 10100010 1110 101111 0 100100 100011011 11111 110001

Color Harmonies of #8C56A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C56A2

Black with #8C56A2

Text Example


Text Example

White with #8C56A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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