Html Css Color HEX #8953AC Deep Lilac

📋 copy color: '#8953AC'

red 137 ◦ green 83 ◦ blue 172

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

Shades of Deep Lilac #8953AC

Tints of Deep Lilac #8953AC

RGB

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

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

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

R = 34.95%
G = 21.17%
B = 43.88%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8953AC (or 0x8953AC) is known color: Deep Lilac. HEX triplet: 89, 53 and AC. RGB value is (137,83,172). Sum of RGB (Red+Green+Blue) = 137+83+172=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #8953AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8953AC is #76AC53. Grayscale: #6C6C6C. Windows color (decimal): -7777364 or 11293577. OLE color: 11293577.

HSL color Cylindrical-coordinate representation of color #8953AC: hue angle of 276.4º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8953AC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 83 172 -
CMYK 0.20 0.52 0 0.33
HSL 276.4º 0.35% 0.5% -
HSV(B) 276.4º 0.52% 0.67% -
XYZ 20.86 14.48 40.73 -
YUV 109.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 137 83 172 0.20 0.52 0 0.33 276.4 0.35 0.5
Hex 89 53 AC 14 34 0 21 114 23 32
Octal 211 123 254 24 64 0 41 424 43 62
Binary 10001001 1010011 10101100 10100 110100 0 100001 100010100 100011 110010

Color Harmonies of #8953AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953AC

Black with #8953AC

Text Example


Text Example

White with #8953AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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