Html Css Color HEX #8A4DAC Deep Lilac

📋 copy color: '#8A4DAC'

red 138 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #8A4DAC

Tints of Deep Lilac #8A4DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.9%

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

R = 35.66%
G = 19.9%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A4DAC (or 0x8A4DAC) is known color: Deep Lilac. HEX triplet: 8A, 4D and AC. RGB value is (138,77,172). Sum of RGB (Red+Green+Blue) = 138+77+172=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4DAC is #75B253. Grayscale: #696969. Windows color (decimal): -7713364 or 11292042. OLE color: 11292042.

HSL color Cylindrical-coordinate representation of color #8A4DAC: hue angle of 278.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A4DAC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 77 172 -
CMYK 0.20 0.55 0 0.33
HSL 278.53º 0.38% 0.49% -
HSV(B) 278.53º 0.55% 0.67% -
XYZ 20.58 13.69 40.59 -
YUV 106.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 138 77 172 0.20 0.55 0 0.33 278.53 0.38 0.49
Hex 8A 4D AC 14 37 0 21 117 26 31
Octal 212 115 254 24 67 0 41 427 46 61
Binary 10001010 1001101 10101100 10100 110111 0 100001 100010111 100110 110001

Color Harmonies of #8A4DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4DAC

Black with #8A4DAC

Text Example


Text Example

White with #8A4DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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