Html Css Color HEX #8A4ACE Deep Lilac

📋 copy color: '#8A4ACE'

red 138 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #8A4ACE

Tints of Deep Lilac #8A4ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 33.01%
G = 17.7%
B = 49.28%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A4ACE (or 0x8A4ACE) is known color: Deep Lilac. HEX triplet: 8A, 4A and CE. RGB value is (138,74,206). Sum of RGB (Red+Green+Blue) = 138+74+206=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4ACE is #75B531. Grayscale: #6B6B6B. Windows color (decimal): -7714098 or 13519498. OLE color: 13519498.

HSL color Cylindrical-coordinate representation of color #8A4ACE: hue angle of 269.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A4ACE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 74 206 -
CMYK 0.33 0.64 0 0.19
HSL 269.09º 0.57% 0.55% -
HSV(B) 269.09º 0.64% 0.81% -
XYZ 24.07 14.76 59.97 -
YUV 108.18 183.2 149.27 -
System Red Green Blue C M Y K H S L
Decimal 138 74 206 0.33 0.64 0 0.19 269.09 0.57 0.55
Hex 8A 4A CE 21 40 0 13 10D 39 37
Octal 212 112 316 41 100 0 23 415 71 67
Binary 10001010 1001010 11001110 100001 1000000 0 10011 100001101 111001 110111

Color Harmonies of #8A4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4ACE

Black with #8A4ACE

Text Example


Text Example

White with #8A4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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