#96598B

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

Shades of Violet Blue #96598B

Tints of Violet Blue #96598B

Color information

#96598B (or 0x96598B) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 8B. RGB value is (150,89,139). Sum of RGB (Red+Green+Blue) = 150+89+139=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598B is #69A674. Grayscale: #707070. Windows color (decimal): -6923893 or 9132438. OLE color: 9132438.

HSL color Cylindrical-coordinate representation of color #96598B: hue angle of 310.82º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96598B is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15089139-
CMYK00.410.070.41
HSL310.82º25.52%46.86%-
HSV(B)310.82º40.67%58.82%-
XYZ20.8115.4926.32-
YUV112.94142.71154.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=39.68%
G=23.54%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508913900.410.070.41310.8225.5246.86
Hex96598B0297291371a2f
Octal2261312130517514673257
Binary10010110101100110001011010100111110100110011011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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