#8950AD

Color #8950AD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8950AD

Tints of Deep Lilac #8950AD

Color information

#8950AD (or 0x8950AD) is unknown color: approx Deep Lilac. HEX triplet: 89, 50 and AD. RGB value is (137,80,173). Sum of RGB (Red+Green+Blue) = 137+80+173=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #8950AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8950AD is #76AF52. Grayscale: #6B6B6B. Windows color (decimal): -7778131 or 11358345. OLE color: 11358345.

HSL color Cylindrical-coordinate representation of color #8950AD: hue angle of 276.77º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8950AD is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13780173-
CMYK0.210.5400.32
HSL276.77º36.76%49.61%-
HSV(B)276.77º53.76%67.84%-
XYZ20.7314.0741.16-
YUV107.65164.88148.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=35.13%
G=20.51%
B=44.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal137801730.210.5400.32276.7736.7649.61
Hex8950AD15360201152532
Octal21112025525660404254562
Binary10001001101000010101101101011101100100000100010101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8950AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8950AD;
 }
 .AnyTagClassName
 {
   color: #8950AD;
 }
</style>
background-color css

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

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

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

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

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

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