Html Css Color HEX #8A4AAE Deep Lilac

📋 copy color: '#8A4AAE'

red 138 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #8A4AAE

Tints of Deep Lilac #8A4AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 35.75%
G = 19.17%
B = 45.08%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A4AAE (or 0x8A4AAE) is known color: Deep Lilac. HEX triplet: 8A, 4A and AE. RGB value is (138,74,174). Sum of RGB (Red+Green+Blue) = 138+74+174=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4AAE is #75B551. Grayscale: #686868. Windows color (decimal): -7714130 or 11422346. OLE color: 11422346.

HSL color Cylindrical-coordinate representation of color #8A4AAE: hue angle of 278.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A4AAE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 74 174 -
CMYK 0.21 0.57 0 0.32
HSL 278.4º 0.4% 0.49% -
HSV(B) 278.4º 0.57% 0.68% -
XYZ 20.57 13.36 41.54 -
YUV 104.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 138 74 174 0.21 0.57 0 0.32 278.4 0.4 0.49
Hex 8A 4A AE 15 39 0 20 116 28 31
Octal 212 112 256 25 71 0 40 426 50 61
Binary 10001010 1001010 10101110 10101 111001 0 100000 100010110 101000 110001

Color Harmonies of #8A4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4AAE

Black with #8A4AAE

Text Example


Text Example

White with #8A4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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