#96559B

Color #96559B Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #96559B

Tints of Violet Blue #96559B

Color information

#96559B (or 0x96559B) is unknown color: approx Violet Blue. HEX triplet: 96, 55 and 9B. RGB value is (150,85,155). Sum of RGB (Red+Green+Blue) = 150+85+155=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #96559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96559B is #69AA64. Grayscale: #707070. Windows color (decimal): -6924901 or 10179990. OLE color: 10179990.

HSL color Cylindrical-coordinate representation of color #96559B: hue angle of 295.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96559B is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15085155-
CMYK0.030.4500.39
HSL295.71º29.17%47.06%-
HSV(B)295.71º45.16%60.78%-
XYZ21.7415.3532.83-
YUV112.42152.03154.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=38.46%
G=21.79%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150851550.030.4500.39295.7129.1747.06
Hex96559B32D0271281d2f
Octal2261252333550474503557
Binary1001011010101011001101111101101010011110010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96559B; }

 p { color: rgb(150,85,155); }

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

<style>
 a { background-color: #96559B; }

 a { background-color: rgb(150,85,155); }

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

<style>
 span { border-color: #96559B; }

 span { border-color: rgb(150,85,155); }

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