#9759c0

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

Shades of Deep Lilac #9759C0

Tints of Deep Lilac #9759C0

Color information

#9759C0 (or 0x9759C0) is unknown color: approx Deep Lilac. HEX triplet: 97, 59 and C0. RGB value is (151,89,192). Sum of RGB (Red+Green+Blue) = 151+89+192=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #9759C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9759C0 is #68A63F. Grayscale: #767676. Windows color (decimal): -6858304 or 12605847. OLE color: 12605847.

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

Color convert

RGB15189192-
CMYK0.210.5400.25
HSL276.12º44.98%55.1%-
HSV(B)276.12º53.65%75.29%-
XYZ25.8517.5351.89-
YUV119.28169.04150.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 192 (75.39% from 255) = 44.44%
R=34.95%
G=20.60%
B=44.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151891920.210.5400.25276.1244.9855.1
Hex9759C015360191142d37
Octal22713130025660314245567
Binary1001011110110011100000010101110110011001100010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9759c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9759c0; }

 p { color: rgb(151,89,192); }

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

<style>
 a { background-color: #9759c0; }

 a { background-color: rgb(151,89,192); }

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

<style>
 span { border-color: #9759c0; }

 span { border-color: rgb(151,89,192); }

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