Html Css Color HEX #8953A0 Deep Lilac

📋 copy color: '#8953A0'

red 137 ◦ green 83 ◦ blue 160

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

Shades of Deep Lilac #8953A0

Tints of Deep Lilac #8953A0

RGB

 RED value IS 137 (53.91% from 255) = 36.05%

 GREEN value IS 83 (32.81% from 255) = 21.84%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 36.05%
G = 21.84%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8953A0 (or 0x8953A0) is known color: Deep Lilac. HEX triplet: 89, 53 and A0. RGB value is (137,83,160). Sum of RGB (Red+Green+Blue) = 137+83+160=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #8953A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8953A0 is #76AC5F. Grayscale: #6B6B6B. Windows color (decimal): -7777376 or 10507145. OLE color: 10507145.

HSL color Cylindrical-coordinate representation of color #8953A0: hue angle of 282.08º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8953A0 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 83 160 -
CMYK 0.14 0.48 0 0.37
HSL 282.08º 0.32% 0.48% -
HSV(B) 282.08º 0.48% 0.63% -
XYZ 19.75 14.04 34.93 -
YUV 107.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 137 83 160 0.14 0.48 0 0.37 282.08 0.32 0.48
Hex 89 53 A0 E 30 0 25 11A 20 30
Octal 211 123 240 16 60 0 45 432 40 60
Binary 10001001 1010011 10100000 1110 110000 0 100101 100011010 100000 110000

Color Harmonies of #8953A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953A0

Black with #8953A0

Text Example


Text Example

White with #8953A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8953A0; }

 p { color: rgb(137,83,160); }

 H1.HeaderClassName
 {
   color: #8953A0;
 }
 .AnyTagClassName
 {
   color: #8953A0;
 }
</style>

background-color css

<style>
 a { background-color: #8953A0; }

 a { background-color: rgb(137,83,160); }

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

border-color css

<style>
 span { border-color: #8953A0; }

 span { border-color: rgb(137,83,160); }

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