#975999

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

Shades of Violet Blue #975999

Tints of Violet Blue #975999

Color information

#975999 (or 0x975999) is unknown color: approx Violet Blue. HEX triplet: 97, 59 and 99. RGB value is (151,89,153). Sum of RGB (Red+Green+Blue) = 151+89+153=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #975999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975999 is #68A666. Grayscale: #727272. Windows color (decimal): -6858343 or 10049943. OLE color: 10049943.

HSL color Cylindrical-coordinate representation of color #975999: hue angle of 298.12º degrees, saturation: 0.26, 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 #975999 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15189153-
CMYK0.010.4200.4
HSL298.12º26.45%47.45%-
HSV(B)298.12º41.83%60%-
XYZ22.0816.0232.07-
YUV114.83149.54153.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.42%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=38.42%
G=22.65%
B=38.93%

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
Decimal151891530.010.4200.4298.1226.4547.45
Hex97599912A02812a1a2f
Octal2271312311520504523257
Binary100101111011001100110011101010010100010010101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975999; }

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

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

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

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

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

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

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

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