Html Css Color HEX #8953A1 Deep Lilac

📋 copy color: '#8953A1'

red 137 ◦ green 83 ◦ blue 161

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

Shades of Deep Lilac #8953A1

Tints of Deep Lilac #8953A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.26%

R = 35.96%
G = 21.78%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8953A1 (or 0x8953A1) is known color: Deep Lilac. HEX triplet: 89, 53 and A1. RGB value is (137,83,161). Sum of RGB (Red+Green+Blue) = 137+83+161=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #8953A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8953A1 is #76AC5E. Grayscale: #6B6B6B. Windows color (decimal): -7777375 or 10572681. OLE color: 10572681.

HSL color Cylindrical-coordinate representation of color #8953A1: hue angle of 281.54º 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 #8953A1 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 83 161 -
CMYK 0.15 0.48 0 0.37
HSL 281.54º 0.32% 0.48% -
HSV(B) 281.54º 0.48% 0.63% -
XYZ 19.84 14.08 35.39 -
YUV 108.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 137 83 161 0.15 0.48 0 0.37 281.54 0.32 0.48
Hex 89 53 A1 F 30 0 25 11A 20 30
Octal 211 123 241 17 60 0 45 432 40 60
Binary 10001001 1010011 10100001 1111 110000 0 100101 100011010 100000 110000

Color Harmonies of #8953A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953A1

Black with #8953A1

Text Example


Text Example

White with #8953A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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