Html Css Color HEX #8C55AA Deep Lilac

📋 copy color: '#8C55AA'

red 140 ◦ green 85 ◦ blue 170

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

Shades of Deep Lilac #8C55AA

Tints of Deep Lilac #8C55AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 35.44%
G = 21.52%
B = 43.04%

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

#8C55AA (or 0x8C55AA) is known color: Deep Lilac. HEX triplet: 8C, 55 and AA. RGB value is (140,85,170). Sum of RGB (Red+Green+Blue) = 140+85+170=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C55AA is #73AA55. Grayscale: #6E6E6E. Windows color (decimal): -7580246 or 11163020. OLE color: 11163020.

HSL color Cylindrical-coordinate representation of color #8C55AA: hue angle of 278.82º degrees, saturation: 0.33, 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 #8C55AA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 85 170 -
CMYK 0.18 0.50 0 0.33
HSL 278.82º 0.33% 0.5% -
HSV(B) 278.82º 0.5% 0.67% -
XYZ 21.32 14.97 39.8 -
YUV 111.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 140 85 170 0.18 0.50 0 0.33 278.82 0.33 0.5
Hex 8C 55 AA 12 32 0 21 117 21 32
Octal 214 125 252 22 62 0 41 427 41 62
Binary 10001100 1010101 10101010 10010 110010 0 100001 100010111 100001 110010

Color Harmonies of #8C55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55AA

Black with #8C55AA

Text Example


Text Example

White with #8C55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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