Html Css Color HEX #8956AC Deep Lilac

📋 copy color: '#8956AC'

red 137 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #8956AC

Tints of Deep Lilac #8956AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

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

R = 34.68%
G = 21.77%
B = 43.54%

CMYK

 C value IS 0.20

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8956AC (or 0x8956AC) is known color: Deep Lilac. HEX triplet: 89, 56 and AC. RGB value is (137,86,172). Sum of RGB (Red+Green+Blue) = 137+86+172=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #8956AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8956AC is #76A953. Grayscale: #6E6E6E. Windows color (decimal): -7776596 or 11294345. OLE color: 11294345.

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

Color convert

RGB 137 86 172 -
CMYK 0.20 0.5 0 0.33
HSL 275.58º 0.34% 0.51% -
HSV(B) 275.58º 0.5% 0.67% -
XYZ 21.09 14.95 40.8 -
YUV 111.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 137 86 172 0.20 0.5 0 0.33 275.58 0.34 0.51
Hex 89 56 AC 14 32 0 21 114 22 33
Octal 211 126 254 24 62 0 41 424 42 63
Binary 10001001 1010110 10101100 10100 110010 0 100001 100010100 100010 110011

Color Harmonies of #8956AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8956AC

Black with #8956AC

Text Example


Text Example

White with #8956AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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