Html Css Color HEX #8A4CAC Deep Lilac

📋 copy color: '#8A4CAC'

red 138 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #8A4CAC

Tints of Deep Lilac #8A4CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

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

R = 35.75%
G = 19.69%
B = 44.56%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A4CAC (or 0x8A4CAC) is known color: Deep Lilac. HEX triplet: 8A, 4C and AC. RGB value is (138,76,172). Sum of RGB (Red+Green+Blue) = 138+76+172=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4CAC is #75B353. Grayscale: #696969. Windows color (decimal): -7713620 or 11291786. OLE color: 11291786.

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

Color convert

RGB 138 76 172 -
CMYK 0.20 0.56 0 0.33
HSL 278.75º 0.39% 0.49% -
HSV(B) 278.75º 0.56% 0.67% -
XYZ 20.51 13.55 40.56 -
YUV 105.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 138 76 172 0.20 0.56 0 0.33 278.75 0.39 0.49
Hex 8A 4C AC 14 38 0 21 117 27 31
Octal 212 114 254 24 70 0 41 427 47 61
Binary 10001010 1001100 10101100 10100 111000 0 100001 100010111 100111 110001

Color Harmonies of #8A4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4CAC

Black with #8A4CAC

Text Example


Text Example

White with #8A4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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