Html Css Color HEX #8C55AB Deep Lilac

📋 copy color: '#8C55AB'

red 140 ◦ green 85 ◦ blue 171

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

Shades of Deep Lilac #8C55AB

Tints of Deep Lilac #8C55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.46%

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

R = 35.35%
G = 21.46%
B = 43.18%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C55AB (or 0x8C55AB) is known color: Deep Lilac. HEX triplet: 8C, 55 and AB. RGB value is (140,85,171). Sum of RGB (Red+Green+Blue) = 140+85+171=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C55AB is #73AA54. Grayscale: #6E6E6E. Windows color (decimal): -7580245 or 11228556. OLE color: 11228556.

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

Color convert

RGB 140 85 171 -
CMYK 0.18 0.50 0 0.33
HSL 278.37º 0.34% 0.5% -
HSV(B) 278.37º 0.5% 0.67% -
XYZ 21.41 15.01 40.3 -
YUV 111.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 140 85 171 0.18 0.50 0 0.33 278.37 0.34 0.5
Hex 8C 55 AB 12 32 0 21 116 22 32
Octal 214 125 253 22 62 0 41 426 42 62
Binary 10001100 1010101 10101011 10010 110010 0 100001 100010110 100010 110010

Color Harmonies of #8C55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55AB

Black with #8C55AB

Text Example


Text Example

White with #8C55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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