Html Css Color HEX #8A49CE Deep Lilac

📋 copy color: '#8A49CE'

red 138 ◦ green 73 ◦ blue 206

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

Shades of Deep Lilac #8A49CE

Tints of Deep Lilac #8A49CE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 33.09%
G = 17.51%
B = 49.4%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A49CE (or 0x8A49CE) is known color: Deep Lilac. HEX triplet: 8A, 49 and CE. RGB value is (138,73,206). Sum of RGB (Red+Green+Blue) = 138+73+206=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A49CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49CE is #75B631. Grayscale: #6B6B6B. Windows color (decimal): -7714354 or 13519242. OLE color: 13519242.

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

Color convert

RGB 138 73 206 -
CMYK 0.33 0.65 0 0.19
HSL 269.32º 0.58% 0.55% -
HSV(B) 269.32º 0.65% 0.81% -
XYZ 24 14.62 59.95 -
YUV 107.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 138 73 206 0.33 0.65 0 0.19 269.32 0.58 0.55
Hex 8A 49 CE 21 41 0 13 10D 3A 37
Octal 212 111 316 41 101 0 23 415 72 67
Binary 10001010 1001001 11001110 100001 1000001 0 10011 100001101 111010 110111

Color Harmonies of #8A49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A49CE

Black with #8A49CE

Text Example


Text Example

White with #8A49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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