#97589A

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

Shades of Violet Blue #97589A

Tints of Violet Blue #97589A

Color information

#97589A (or 0x97589A) is unknown color: approx Violet Blue. HEX triplet: 97, 58 and 9A. RGB value is (151,88,154). Sum of RGB (Red+Green+Blue) = 151+88+154=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #97589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97589A is #68A765. Grayscale: #727272. Windows color (decimal): -6858598 or 10115223. OLE color: 10115223.

HSL color Cylindrical-coordinate representation of color #97589A: hue angle of 297.27º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97589A is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15188154-
CMYK0.020.4300.40
HSL297.27º27.27%47.45%-
HSV(B)297.27º42.86%60.39%-
XYZ22.0815.8932.48-
YUV114.36150.37154.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=38.42%
G=22.39%
B=39.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151881540.020.4300.40297.2727.2747.45
Hex97589A22B0281291b2f
Octal2271302322530504513357
Binary1001011110110001001101010101011010100010010100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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