#96598A

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

Shades of Violet Blue #96598A

Tints of Violet Blue #96598A

Color information

#96598A (or 0x96598A) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 8A. RGB value is (150,89,138). Sum of RGB (Red+Green+Blue) = 150+89+138=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598A is #69A675. Grayscale: #707070. Windows color (decimal): -6923894 or 9066902. OLE color: 9066902.

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

Color convert

RGB15089138-
CMYK00.410.080.41
HSL311.8º25.52%46.86%-
HSV(B)311.8º40.67%58.82%-
XYZ20.7415.4625.94-
YUV112.82142.21154.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=39.79%
G=23.61%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508913800.410.080.41311.825.5246.86
Hex96598A0298291381a2f
Octal22613121205110514703257
Binary100101101011001100010100101001100010100110011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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