#9956BE

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

Shades of Deep Lilac #9956BE

Tints of Deep Lilac #9956BE

Color information

#9956BE (or 0x9956BE) is unknown color: approx Deep Lilac. HEX triplet: 99, 56 and BE. RGB value is (153,86,190). Sum of RGB (Red+Green+Blue) = 153+86+190=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #9956BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956BE is #66A941. Grayscale: #757575. Windows color (decimal): -6728002 or 12474009. OLE color: 12474009.

HSL color Cylindrical-coordinate representation of color #9956BE: hue angle of 278.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9956BE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15386190-
CMYK0.190.5500.25
HSL278.65º44.44%54.12%-
HSV(B)278.65º54.74%74.51%-
XYZ25.7617.1550.67-
YUV117.89168.7153.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 86 (33.98% from 255) = 20.05%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=35.66%
G=20.05%
B=44.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153861900.190.5500.25278.6544.4454.12
Hex9956BE13370191172c36
Octal23112627623670314275466
Binary1001100110101101011111010011110111011001100010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9956BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9956BE; }

 p { color: rgb(153,86,190); }

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

<style>
 a { background-color: #9956BE; }

 a { background-color: rgb(153,86,190); }

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

<style>
 span { border-color: #9956BE; }

 span { border-color: rgb(153,86,190); }

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