Html Css Color HEX #8950AA Deep Lilac

📋 copy color: '#8950AA'

red 137 ◦ green 80 ◦ blue 170

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

Shades of Deep Lilac #8950AA

Tints of Deep Lilac #8950AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.67%

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

R = 35.4%
G = 20.67%
B = 43.93%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8950AA (or 0x8950AA) is known color: Deep Lilac. HEX triplet: 89, 50 and AA. RGB value is (137,80,170). Sum of RGB (Red+Green+Blue) = 137+80+170=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #8950AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8950AA is #76AF55. Grayscale: #6B6B6B. Windows color (decimal): -7778134 or 11161737. OLE color: 11161737.

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

Color convert

RGB 137 80 170 -
CMYK 0.19 0.53 0 0.33
HSL 278º 0.36% 0.49% -
HSV(B) 278º 0.53% 0.67% -
XYZ 20.44 13.96 39.65 -
YUV 107.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 137 80 170 0.19 0.53 0 0.33 278 0.36 0.49
Hex 89 50 AA 13 35 0 21 116 24 31
Octal 211 120 252 23 65 0 41 426 44 61
Binary 10001001 1010000 10101010 10011 110101 0 100001 100010110 100100 110001

Color Harmonies of #8950AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950AA

Black with #8950AA

Text Example


Text Example

White with #8950AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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