#9760BB

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

Shades of Deep Lilac #9760BB

Tints of Deep Lilac #9760BB

Color information

#9760BB (or 0x9760BB) is unknown color: approx Deep Lilac. HEX triplet: 97, 60 and BB. RGB value is (151,96,187). Sum of RGB (Red+Green+Blue) = 151+96+187=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #9760BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760BB is #689F44. Grayscale: #7A7A7A. Windows color (decimal): -6856517 or 12279959. OLE color: 12279959.

HSL color Cylindrical-coordinate representation of color #9760BB: hue angle of 276.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9760BB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15196187-
CMYK0.190.4900.27
HSL276.26º40.09%55.49%-
HSV(B)276.26º48.66%73.33%-
XYZ25.9218.5349.23-
YUV122.82164.22148.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=34.79%
G=22.12%
B=43.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151961870.190.4900.27276.2640.0955.49
Hex9760BB133101B1142837
Octal22714027323610334245067
Binary1001011111000001011101110011110001011011100010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9760BB; }

 p { color: rgb(151,96,187); }

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

<style>
 a { background-color: #9760BB; }

 a { background-color: rgb(151,96,187); }

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

<style>
 span { border-color: #9760BB; }

 span { border-color: rgb(151,96,187); }

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