#9951BF

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

Shades of Deep Lilac #9951BF

Tints of Deep Lilac #9951BF

Color information

#9951BF (or 0x9951BF) is unknown color: approx Deep Lilac. HEX triplet: 99, 51 and BF. RGB value is (153,81,191). Sum of RGB (Red+Green+Blue) = 153+81+191=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #9951BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951BF is #66AE40. Grayscale: #727272. Windows color (decimal): -6729281 or 12538265. OLE color: 12538265.

HSL color Cylindrical-coordinate representation of color #9951BF: hue angle of 279.27º 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 #9951BF is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15381191-
CMYK0.200.5800.25
HSL279.27º46.22%53.33%-
HSV(B)279.27º57.59%74.9%-
XYZ25.4816.4251.12-
YUV115.07170.85155.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 81 (32.03% from 255) = 19.06%
BLUE value IS 191 (75% from 255) = 44.94%
R=36%
G=19.06%
B=44.94%

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
Decimal153811910.200.5800.25279.2746.2253.33
Hex9951BF143A0191172e35
Octal23112127724720314275665
Binary1001100110100011011111110100111010011001100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9951BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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