#97589B

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

Shades of Violet Blue #97589B

Tints of Violet Blue #97589B

Color information

#97589B (or 0x97589B) is unknown color: approx Violet Blue. HEX triplet: 97, 58 and 9B. RGB value is (151,88,155). Sum of RGB (Red+Green+Blue) = 151+88+155=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #97589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97589B is #68A764. Grayscale: #727272. Windows color (decimal): -6858597 or 10180759. OLE color: 10180759.

HSL color Cylindrical-coordinate representation of color #97589B: hue angle of 296.42º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97589B is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15188155-
CMYK0.030.4300.39
HSL296.42º27.57%47.65%-
HSV(B)296.42º43.23%60.78%-
XYZ22.1715.9332.92-
YUV114.48150.87154.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=38.32%
G=22.34%
B=39.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151881550.030.4300.39296.4227.5747.65
Hex97589B32B0271281c30
Octal2271302333530474503460
Binary1001011110110001001101111101011010011110010100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,88,155); }

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

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

 a { background-color: rgb(151,88,155); }

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

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

 span { border-color: rgb(151,88,155); }

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