Html Css Color HEX #8A5AAB Deep Lilac

📋 copy color: '#8A5AAB'

red 138 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #8A5AAB

Tints of Deep Lilac #8A5AAB

RGB

 RED value IS 138 (54.3% from 255) = 34.59%

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

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

R = 34.59%
G = 22.56%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A5AAB (or 0x8A5AAB) is known color: Deep Lilac. HEX triplet: 8A, 5A and AB. RGB value is (138,90,171). Sum of RGB (Red+Green+Blue) = 138+90+171=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5AAB is #75A554. Grayscale: #717171. Windows color (decimal): -7710037 or 11229834. OLE color: 11229834.

HSL color Cylindrical-coordinate representation of color #8A5AAB: hue angle of 275.56º 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 #8A5AAB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 90 171 -
CMYK 0.19 0.47 0 0.33
HSL 275.56º 0.33% 0.51% -
HSV(B) 275.56º 0.47% 0.67% -
XYZ 21.49 15.66 40.42 -
YUV 113.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 138 90 171 0.19 0.47 0 0.33 275.56 0.33 0.51
Hex 8A 5A AB 13 2F 0 21 114 21 33
Octal 212 132 253 23 57 0 41 424 41 63
Binary 10001010 1011010 10101011 10011 101111 0 100001 100010100 100001 110011

Color Harmonies of #8A5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5AAB

Black with #8A5AAB

Text Example


Text Example

White with #8A5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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