#9950AF

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

Shades of Deep Lilac #9950AF

Tints of Deep Lilac #9950AF

Color information

#9950AF (or 0x9950AF) is unknown color: approx Deep Lilac. HEX triplet: 99, 50 and AF. RGB value is (153,80,175). Sum of RGB (Red+Green+Blue) = 153+80+175=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #9950AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9950AF is #66AF50. Grayscale: #707070. Windows color (decimal): -6729553 or 11489433. OLE color: 11489433.

HSL color Cylindrical-coordinate representation of color #9950AF: hue angle of 286.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9950AF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15380175-
CMYK0.130.5400.31
HSL286.11º37.25%50%-
HSV(B)286.11º54.29%68.63%-
XYZ23.7415.642.32-
YUV112.66163.18156.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 175 (68.75% from 255) = 42.89%
R=37.5%
G=19.61%
B=42.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153801750.130.5400.31286.1137.2550
Hex9950AFD3601F11e2532
Octal23112025715660374364562
Binary100110011010000101011111101110110011111100011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9950AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9950AF; }

 p { color: rgb(153,80,175); }

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

<style>
 a { background-color: #9950AF; }

 a { background-color: rgb(153,80,175); }

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

<style>
 span { border-color: #9950AF; }

 span { border-color: rgb(153,80,175); }

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