#97598D

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

Shades of Violet Blue #97598D

Tints of Violet Blue #97598D

Color information

#97598D (or 0x97598D) is unknown color: approx Violet Blue. HEX triplet: 97, 59 and 8D. RGB value is (151,89,141). Sum of RGB (Red+Green+Blue) = 151+89+141=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #97598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97598D is #68A672. Grayscale: #717171. Windows color (decimal): -6858355 or 9263511. OLE color: 9263511.

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

Color convert

RGB15189141-
CMYK00.410.070.41
HSL309.68º25.83%47.06%-
HSV(B)309.68º41.06%59.22%-
XYZ21.1415.6527.11-
YUV113.47143.54154.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.63%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=39.63%
G=23.36%
B=37.01%

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
Decimal1518914100.410.070.41309.6825.8347.06
Hex97598D0297291361a2f
Octal2271312150517514663257
Binary10010111101100110001101010100111110100110011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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