Html Css Color HEX #8A4AAC Deep Lilac

📋 copy color: '#8A4AAC'

red 138 ◦ green 74 ◦ blue 172

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

Shades of Deep Lilac #8A4AAC

Tints of Deep Lilac #8A4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 35.94%
G = 19.27%
B = 44.79%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A4AAC (or 0x8A4AAC) is known color: Deep Lilac. HEX triplet: 8A, 4A and AC. RGB value is (138,74,172). Sum of RGB (Red+Green+Blue) = 138+74+172=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4AAC is #75B553. Grayscale: #676767. Windows color (decimal): -7714132 or 11291274. OLE color: 11291274.

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

Color convert

RGB 138 74 172 -
CMYK 0.20 0.57 0 0.33
HSL 279.18º 0.4% 0.48% -
HSV(B) 279.18º 0.57% 0.67% -
XYZ 20.38 13.28 40.52 -
YUV 104.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 138 74 172 0.20 0.57 0 0.33 279.18 0.4 0.48
Hex 8A 4A AC 14 39 0 21 117 28 30
Octal 212 112 254 24 71 0 41 427 50 60
Binary 10001010 1001010 10101100 10100 111001 0 100001 100010111 101000 110000

Color Harmonies of #8A4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4AAC

Black with #8A4AAC

Text Example


Text Example

White with #8A4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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