Html Css Color HEX #8A4AAA Deep Lilac

📋 copy color: '#8A4AAA'

red 138 ◦ green 74 ◦ blue 170

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

Shades of Deep Lilac #8A4AAA

Tints of Deep Lilac #8A4AAA

RGB

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

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

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

R = 36.13%
G = 19.37%
B = 44.5%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A4AAA (or 0x8A4AAA) is known color: Deep Lilac. HEX triplet: 8A, 4A and AA. RGB value is (138,74,170). Sum of RGB (Red+Green+Blue) = 138+74+170=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4AAA is #75B555. Grayscale: #676767. Windows color (decimal): -7714134 or 11160202. OLE color: 11160202.

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

Color convert

RGB 138 74 170 -
CMYK 0.19 0.56 0 0.33
HSL 280º 0.39% 0.48% -
HSV(B) 280º 0.56% 0.67% -
XYZ 20.19 13.2 39.51 -
YUV 104.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 138 74 170 0.19 0.56 0 0.33 280 0.39 0.48
Hex 8A 4A AA 13 38 0 21 118 27 30
Octal 212 112 252 23 70 0 41 430 47 60
Binary 10001010 1001010 10101010 10011 111000 0 100001 100011000 100111 110000

Color Harmonies of #8A4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4AAA

Black with #8A4AAA

Text Example


Text Example

White with #8A4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,74,170); }

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

background-color css

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

 a { background-color: rgb(138,74,170); }

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

border-color css

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

 span { border-color: rgb(138,74,170); }

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