#9756BE

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

Shades of Deep Lilac #9756BE

Tints of Deep Lilac #9756BE

Color information

#9756BE (or 0x9756BE) is unknown color: approx Deep Lilac. HEX triplet: 97, 56 and BE. RGB value is (151,86,190). Sum of RGB (Red+Green+Blue) = 151+86+190=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #9756BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756BE is #68A941. Grayscale: #747474. Windows color (decimal): -6859074 or 12474007. OLE color: 12474007.

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

Color convert

RGB15186190-
CMYK0.210.5500.25
HSL277.5º44.44%54.12%-
HSV(B)277.5º54.74%74.51%-
XYZ25.3816.9550.65-
YUV117.29169.03152.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=35.36%
G=20.14%
B=44.50%

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
Decimal151861900.210.5500.25277.544.4454.12
Hex9756BE15370191162c36
Octal22712627625670314265466
Binary1001011110101101011111010101110111011001100010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9756BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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