Html Css Color HEX #8C50AB Deep Lilac

📋 copy color: '#8C50AB'

red 140 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #8C50AB

Tints of Deep Lilac #8C50AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 35.81%
G = 20.46%
B = 43.73%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C50AB (or 0x8C50AB) is known color: Deep Lilac. HEX triplet: 8C, 50 and AB. RGB value is (140,80,171). Sum of RGB (Red+Green+Blue) = 140+80+171=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C50AB is #73AF54. Grayscale: #6C6C6C. Windows color (decimal): -7581525 or 11227276. OLE color: 11227276.

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

Color convert

RGB 140 80 171 -
CMYK 0.18 0.53 0 0.33
HSL 279.56º 0.36% 0.49% -
HSV(B) 279.56º 0.53% 0.67% -
XYZ 21.03 14.25 40.17 -
YUV 108.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 140 80 171 0.18 0.53 0 0.33 279.56 0.36 0.49
Hex 8C 50 AB 12 35 0 21 118 24 31
Octal 214 120 253 22 65 0 41 430 44 61
Binary 10001100 1010000 10101011 10010 110101 0 100001 100011000 100100 110001

Color Harmonies of #8C50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C50AB

Black with #8C50AB

Text Example


Text Example

White with #8C50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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