Html Css Color HEX #8C4AAB Deep Lilac

📋 copy color: '#8C4AAB'

red 140 ◦ green 74 ◦ blue 171

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

Shades of Deep Lilac #8C4AAB

Tints of Deep Lilac #8C4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 36.36%
G = 19.22%
B = 44.42%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C4AAB (or 0x8C4AAB) is known color: Deep Lilac. HEX triplet: 8C, 4A and AB. RGB value is (140,74,171). Sum of RGB (Red+Green+Blue) = 140+74+171=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4AAB is #73B554. Grayscale: #686868. Windows color (decimal): -7583061 or 11225740. OLE color: 11225740.

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

Color convert

RGB 140 74 171 -
CMYK 0.18 0.57 0 0.33
HSL 280.82º 0.4% 0.48% -
HSV(B) 280.82º 0.57% 0.67% -
XYZ 20.61 13.41 40.03 -
YUV 104.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 140 74 171 0.18 0.57 0 0.33 280.82 0.4 0.48
Hex 8C 4A AB 12 39 0 21 119 28 30
Octal 214 112 253 22 71 0 41 431 50 60
Binary 10001100 1001010 10101011 10010 111001 0 100001 100011001 101000 110000

Color Harmonies of #8C4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4AAB

Black with #8C4AAB

Text Example


Text Example

White with #8C4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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