#957099

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

Shades of Violet Blue #957099

Tints of Violet Blue #957099

Color information

#957099 (or 0x957099) is unknown color: approx Violet Blue. HEX triplet: 95, 70 and 99. RGB value is (149,112,153). Sum of RGB (Red+Green+Blue) = 149+112+153=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #957099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957099 is #6A8F66. Grayscale: #7F7F7F. Windows color (decimal): -6983527 or 10055829. OLE color: 10055829.

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

Color convert

RGB149112153-
CMYK0.030.2700.4
HSL294.15º16.73%51.96%-
HSV(B)294.15º26.8%60%-
XYZ23.9420.2832.79-
YUV127.74142.26143.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=35.99%
G=27.05%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491121530.030.2700.4294.1516.7351.96
Hex95709931B0281261134
Octal2251602313330504462164
Binary100101011110000100110011111011010100010010011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957099; }

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

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

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

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

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

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

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

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