#957399

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

Shades of Violet Blue #957399

Tints of Violet Blue #957399

Color information

#957399 (or 0x957399) is unknown color: approx Violet Blue. HEX triplet: 95, 73 and 99. RGB value is (149,115,153). Sum of RGB (Red+Green+Blue) = 149+115+153=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #957399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957399 is #6A8C66. Grayscale: #818181. Windows color (decimal): -6982759 or 10056597. OLE color: 10056597.

HSL color Cylindrical-coordinate representation of color #957399: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #957399 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB149115153-
CMYK0.030.2500.4
HSL293.68º15.7%52.55%-
HSV(B)293.68º24.84%60%-
XYZ24.2720.9532.9-
YUV129.5141.26141.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=35.73%
G=27.58%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491151530.030.2500.4293.6815.752.55
Hex9573993190281261035
Octal2251632313310504462065
Binary100101011110011100110011111001010100010010011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957399; }

 p { color: rgb(149,115,153); }

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

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

 a { background-color: rgb(149,115,153); }

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

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

 span { border-color: rgb(149,115,153); }

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