#975799

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

Shades of Violet Blue #975799

Tints of Violet Blue #975799

Color information

#975799 (or 0x975799) is unknown color: approx Violet Blue. HEX triplet: 97, 57 and 99. RGB value is (151,87,153). Sum of RGB (Red+Green+Blue) = 151+87+153=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #975799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975799 is #68A866. Grayscale: #717171. Windows color (decimal): -6858855 or 10049431. OLE color: 10049431.

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

Color convert

RGB15187153-
CMYK0.010.4300.4
HSL298.18º27.5%47.06%-
HSV(B)298.18º43.14%60%-
XYZ21.9215.732.01-
YUV113.66150.2154.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=38.62%
G=22.25%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal151871530.010.4300.4298.1827.547.06
Hex97579912B02812a1b2f
Octal2271272311530504523357
Binary100101111010111100110011101011010100010010101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975799; }

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

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

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

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

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

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

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

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