#96598C

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

Shades of Violet Blue #96598C

Tints of Violet Blue #96598C

Color information

#96598C (or 0x96598C) is unknown color: approx Violet Blue. HEX triplet: 96, 59 and 8C. RGB value is (150,89,140). Sum of RGB (Red+Green+Blue) = 150+89+140=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96598C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96598C is #69A673. Grayscale: #707070. Windows color (decimal): -6923892 or 9197974. OLE color: 9197974.

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

Color convert

RGB15089140-
CMYK00.410.070.41
HSL309.84º25.52%46.86%-
HSV(B)309.84º40.67%58.82%-
XYZ20.8815.5226.71-
YUV113.05143.21154.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=39.58%
G=23.48%
B=36.94%

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
Decimal1508914000.410.070.41309.8425.5246.86
Hex96598C0297291361a2f
Octal2261312140517514663257
Binary10010110101100110001100010100111110100110011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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