#96589B

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

Shades of Violet Blue #96589B

Tints of Violet Blue #96589B

Color information

#96589B (or 0x96589B) is unknown color: approx Violet Blue. HEX triplet: 96, 58 and 9B. RGB value is (150,88,155). Sum of RGB (Red+Green+Blue) = 150+88+155=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #96589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96589B is #69A764. Grayscale: #717171. Windows color (decimal): -6924133 or 10180758. OLE color: 10180758.

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

Color convert

RGB15088155-
CMYK0.030.4300.39
HSL295.52º27.57%47.65%-
HSV(B)295.52º43.23%60.78%-
XYZ21.9815.8332.91-
YUV114.18151.04153.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=38.17%
G=22.39%
B=39.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150881550.030.4300.39295.5227.5747.65
Hex96589B32B0271281c30
Octal2261302333530474503460
Binary1001011010110001001101111101011010011110010100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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