Html Css Color HEX #8958AC Deep Lilac

📋 copy color: '#8958AC'

red 137 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #8958AC

Tints of Deep Lilac #8958AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 34.51%
G = 22.17%
B = 43.32%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8958AC (or 0x8958AC) is known color: Deep Lilac. HEX triplet: 89, 58 and AC. RGB value is (137,88,172). Sum of RGB (Red+Green+Blue) = 137+88+172=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #8958AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8958AC is #76A753. Grayscale: #6F6F6F. Windows color (decimal): -7776084 or 11294857. OLE color: 11294857.

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

Color convert

RGB 137 88 172 -
CMYK 0.20 0.49 0 0.33
HSL 275º 0.34% 0.51% -
HSV(B) 275º 0.49% 0.67% -
XYZ 21.25 15.28 40.86 -
YUV 112.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 137 88 172 0.20 0.49 0 0.33 275 0.34 0.51
Hex 89 58 AC 14 31 0 21 113 22 33
Octal 211 130 254 24 61 0 41 423 42 63
Binary 10001001 1011000 10101100 10100 110001 0 100001 100010011 100010 110011

Color Harmonies of #8958AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8958AC

Black with #8958AC

Text Example


Text Example

White with #8958AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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