#9656BE

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

Shades of Deep Lilac #9656BE

Tints of Deep Lilac #9656BE

Color information

#9656BE (or 0x9656BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 56 and BE. RGB value is (150,86,190). Sum of RGB (Red+Green+Blue) = 150+86+190=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #9656BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656BE is #69A941. Grayscale: #747474. Windows color (decimal): -6924610 or 12474006. OLE color: 12474006.

HSL color Cylindrical-coordinate representation of color #9656BE: hue angle of 276.92º 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 #9656BE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15086190-
CMYK0.210.5500.25
HSL276.92º44.44%54.12%-
HSV(B)276.92º54.74%74.51%-
XYZ25.216.8650.64-
YUV116.99169.2151.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=35.21%
G=20.19%
B=44.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150861900.210.5500.25276.9244.4454.12
Hex9656BE15370191152c36
Octal22612627625670314255466
Binary1001011010101101011111010101110111011001100010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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