Html Css Color HEX #8C52AB Deep Lilac

📋 copy color: '#8C52AB'

red 140 ◦ green 82 ◦ blue 171

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

Shades of Deep Lilac #8C52AB

Tints of Deep Lilac #8C52AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.87%

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 35.62%
G = 20.87%
B = 43.51%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C52AB (or 0x8C52AB) is known color: Deep Lilac. HEX triplet: 8C, 52 and AB. RGB value is (140,82,171). Sum of RGB (Red+Green+Blue) = 140+82+171=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C52AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C52AB is #73AD54. Grayscale: #6D6D6D. Windows color (decimal): -7581013 or 11227788. OLE color: 11227788.

HSL color Cylindrical-coordinate representation of color #8C52AB: hue angle of 279.1º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C52AB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 82 171 -
CMYK 0.18 0.52 0 0.33
HSL 279.1º 0.35% 0.5% -
HSV(B) 279.1º 0.52% 0.67% -
XYZ 21.18 14.55 40.22 -
YUV 109.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 140 82 171 0.18 0.52 0 0.33 279.1 0.35 0.5
Hex 8C 52 AB 12 34 0 21 117 23 32
Octal 214 122 253 22 64 0 41 427 43 62
Binary 10001100 1010010 10101011 10010 110100 0 100001 100010111 100011 110010

Color Harmonies of #8C52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C52AB

Black with #8C52AB

Text Example


Text Example

White with #8C52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,171); }

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

background-color css

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

 a { background-color: rgb(140,82,171); }

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

border-color css

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

 span { border-color: rgb(140,82,171); }

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