Html Css Color HEX #8958AA Deep Lilac

📋 copy color: '#8958AA'

red 137 ◦ green 88 ◦ blue 170

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

Shades of Deep Lilac #8958AA

Tints of Deep Lilac #8958AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 34.68%
G = 22.28%
B = 43.04%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8958AA (or 0x8958AA) is known color: Deep Lilac. HEX triplet: 89, 58 and AA. RGB value is (137,88,170). Sum of RGB (Red+Green+Blue) = 137+88+170=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #8958AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8958AA is #76A755. Grayscale: #6F6F6F. Windows color (decimal): -7776086 or 11163785. OLE color: 11163785.

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

Color convert

RGB 137 88 170 -
CMYK 0.19 0.48 0 0.33
HSL 275.85º 0.33% 0.51% -
HSV(B) 275.85º 0.48% 0.67% -
XYZ 21.06 15.2 39.85 -
YUV 112 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 137 88 170 0.19 0.48 0 0.33 275.85 0.33 0.51
Hex 89 58 AA 13 30 0 21 114 21 33
Octal 211 130 252 23 60 0 41 424 41 63
Binary 10001001 1011000 10101010 10011 110000 0 100001 100010100 100001 110011

Color Harmonies of #8958AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8958AA

Black with #8958AA

Text Example


Text Example

White with #8958AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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