#96598D

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

Shades of Violet Blue #96598D

Tints of Violet Blue #96598D

Color information

#96598D (or 0x96598D) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 8D. RGB value is (150,89,141). Sum of RGB (Red+Green+Blue) = 150+89+141=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #96598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598D is #69A672. Grayscale: #717171. Windows color (decimal): -6923891 or 9263510. OLE color: 9263510.

HSL color Cylindrical-coordinate representation of color #96598D: hue angle of 308.85º 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 #96598D is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15089141-
CMYK00.410.060.41
HSL308.85º25.52%46.86%-
HSV(B)308.85º40.67%58.82%-
XYZ20.9615.5527.1-
YUV113.17143.71154.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=39.47%
G=23.42%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508914100.410.060.41308.8525.5246.86
Hex96598D0296291351a2f
Octal2261312150516514653257
Binary10010110101100110001101010100111010100110011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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