#97588B

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

Shades of Violet Blue #97588B

Tints of Violet Blue #97588B

Color information

#97588B (or 0x97588B) is unknown color: approx Violet Blue. HEX triplet: 97, 58 and 8B. RGB value is (151,88,139). Sum of RGB (Red+Green+Blue) = 151+88+139=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97588B is #68A774. Grayscale: #707070. Windows color (decimal): -6858613 or 9132183. OLE color: 9132183.

HSL color Cylindrical-coordinate representation of color #97588B: hue angle of 311.43º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97588B is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15188139-
CMYK00.420.080.41
HSL311.43º26.36%46.86%-
HSV(B)311.43º41.72%59.22%-
XYZ20.9115.4226.3-
YUV112.65142.87155.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=39.95%
G=23.28%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518813900.420.080.41311.4326.3646.86
Hex97588B02A8291371a2f
Octal22713021305210514673257
Binary100101111011000100010110101010100010100110011011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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