#9950BF

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

Shades of Deep Lilac #9950BF

Tints of Deep Lilac #9950BF

Color information

#9950BF (or 0x9950BF) is unknown color: approx Deep Lilac. HEX triplet: 99, 50 and BF. RGB value is (153,80,191). Sum of RGB (Red+Green+Blue) = 153+80+191=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9950BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9950BF is #66AF40. Grayscale: #727272. Windows color (decimal): -6729537 or 12538009. OLE color: 12538009.

HSL color Cylindrical-coordinate representation of color #9950BF: hue angle of 279.46º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9950BF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15380191-
CMYK0.200.5800.25
HSL279.46º46.44%53.14%-
HSV(B)279.46º58.12%74.9%-
XYZ25.4116.2751.09-
YUV114.48171.18155.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.08%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 191 (75% from 255) = 45.05%
R=36.08%
G=18.87%
B=45.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153801910.200.5800.25279.4646.4453.14
Hex9950BF143A0191172e35
Octal23112027724720314275665
Binary1001100110100001011111110100111010011001100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9950BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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