#9656c7

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

Shades of Deep Lilac #9656C7

Tints of Deep Lilac #9656C7

Color information

#9656C7 (or 0x9656C7) is unknown color: approx Deep Lilac. HEX triplet: 96, 56 and C7. RGB value is (150,86,199). Sum of RGB (Red+Green+Blue) = 150+86+199=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 199 (78.12% from 255 or 45.75% from 435); Max value from RGB is 199 - color contains mainly: blue. Hex color #9656C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9656C7 is #69A938. Grayscale: #757575. Windows color (decimal): -6924601 or 13063830. OLE color: 13063830.

HSL color Cylindrical-coordinate representation of color #9656C7: hue angle of 273.98º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9656C7 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15086199-
CMYK0.250.5700.22
HSL273.98º50.22%55.88%-
HSV(B)273.98º56.78%78.04%-
XYZ26.2117.2655.98-
YUV118.02173.7150.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 199 (78.12% from 255) = 45.75%
R=34.48%
G=19.77%
B=45.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal150861990.250.5700.22273.9850.2255.88
Hex9656C719390161123238
Octal22612630731710264226270
Binary1001011010101101100011111001111001010110100010010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9656c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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