#9659BF

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

Shades of Deep Lilac #9659BF

Tints of Deep Lilac #9659BF

Color information

#9659BF (or 0x9659BF) is unknown color: approx Deep Lilac. HEX triplet: 96, 59 and BF. RGB value is (150,89,191). Sum of RGB (Red+Green+Blue) = 150+89+191=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #9659BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659BF is #69A640. Grayscale: #767676. Windows color (decimal): -6923841 or 12540310. OLE color: 12540310.

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

Color convert

RGB15089191-
CMYK0.210.5300.25
HSL275.88º44.35%54.9%-
HSV(B)275.88º53.4%74.9%-
XYZ25.5517.3951.3-
YUV118.87168.71150.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 191 (75% from 255) = 44.42%
R=34.88%
G=20.70%
B=44.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150891910.210.5300.25275.8844.3554.9
Hex9659BF15350191142c37
Octal22613127725650314245467
Binary1001011010110011011111110101110101011001100010100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9659BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9659BF; }

 p { color: rgb(150,89,191); }

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

<style>
 a { background-color: #9659BF; }

 a { background-color: rgb(150,89,191); }

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

<style>
 span { border-color: #9659BF; }

 span { border-color: rgb(150,89,191); }

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