Html Css Color HEX #8C5AAB Deep Lilac

📋 copy color: '#8C5AAB'

red 140 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #8C5AAB

Tints of Deep Lilac #8C5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.44%

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

R = 34.91%
G = 22.44%
B = 42.64%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C5AAB (or 0x8C5AAB) is known color: Deep Lilac. HEX triplet: 8C, 5A and AB. RGB value is (140,90,171). Sum of RGB (Red+Green+Blue) = 140+90+171=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5AAB is #73A554. Grayscale: #717171. Windows color (decimal): -7578965 or 11229836. OLE color: 11229836.

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

Color convert

RGB 140 90 171 -
CMYK 0.18 0.47 0 0.33
HSL 277.04º 0.33% 0.51% -
HSV(B) 277.04º 0.47% 0.67% -
XYZ 21.82 15.83 40.43 -
YUV 114.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 140 90 171 0.18 0.47 0 0.33 277.04 0.33 0.51
Hex 8C 5A AB 12 2F 0 21 115 21 33
Octal 214 132 253 22 57 0 41 425 41 63
Binary 10001100 1011010 10101011 10010 101111 0 100001 100010101 100001 110011

Color Harmonies of #8C5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5AAB

Black with #8C5AAB

Text Example


Text Example

White with #8C5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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