#975899

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

Shades of Violet Blue #975899

Tints of Violet Blue #975899

Color information

#975899 (or 0x975899) is unknown color: approx Violet Blue. HEX triplet: 97, 58 and 99. RGB value is (151,88,153). Sum of RGB (Red+Green+Blue) = 151+88+153=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #975899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975899 is #68A766. Grayscale: #727272. Windows color (decimal): -6858599 or 10049687. OLE color: 10049687.

HSL color Cylindrical-coordinate representation of color #975899: hue angle of 298.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975899 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15188153-
CMYK0.010.4200.4
HSL298.15º26.97%47.25%-
HSV(B)298.15º42.48%60%-
XYZ2215.8632.04-
YUV114.25149.87154.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=38.52%
G=22.45%
B=39.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151881530.010.4200.4298.1526.9747.25
Hex97589912A02812a1b2f
Octal2271302311520504523357
Binary100101111011000100110011101010010100010010101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975899; }

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

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

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

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

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

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

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

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