#9950BD

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

Shades of Deep Lilac #9950BD

Tints of Deep Lilac #9950BD

Color information

#9950BD (or 0x9950BD) is unknown color: approx Deep Lilac. HEX triplet: 99, 50 and BD. RGB value is (153,80,189). Sum of RGB (Red+Green+Blue) = 153+80+189=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #9950BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950BD is #66AF42. Grayscale: #717171. Windows color (decimal): -6729539 or 12406937. OLE color: 12406937.

HSL color Cylindrical-coordinate representation of color #9950BD: hue angle of 280.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9950BD is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15380189-
CMYK0.190.5800.26
HSL280.18º45.23%52.75%-
HSV(B)280.18º57.67%74.12%-
XYZ25.1916.1849.94-
YUV114.25170.18155.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=36.26%
G=18.96%
B=44.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153801890.190.5800.26280.1845.2352.75
Hex9950BD133A01A1182d35
Octal23112027523720324305565
Binary1001100110100001011110110011111010011010100011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9950BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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