#97598B

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

Shades of Violet Blue #97598B

Tints of Violet Blue #97598B

Color information

#97598B (or 0x97598B) is unknown color: approx Violet Blue. HEX triplet: 97, 59 and 8B. RGB value is (151,89,139). Sum of RGB (Red+Green+Blue) = 151+89+139=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 151 - color contains mainly: red. Hex color #97598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97598B is #68A674. Grayscale: #717171. Windows color (decimal): -6858357 or 9132439. OLE color: 9132439.

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

Color convert

RGB15189139-
CMYK00.410.080.41
HSL311.61º25.83%47.06%-
HSV(B)311.61º41.06%59.22%-
XYZ2115.5926.33-
YUV113.24142.54154.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.84%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=39.84%
G=23.48%
B=36.68%

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
Decimal1518913900.410.080.41311.6125.8347.06
Hex97598B0298291381a2f
Octal22713121305110514703257
Binary100101111011001100010110101001100010100110011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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