#957A95

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

Shades of Violet Blue #957A95

Tints of Violet Blue #957A95

Color information

#957A95 (or 0x957A95) is unknown color: approx Violet Blue. HEX triplet: 95, 7A and 95. RGB value is (149,122,149). Sum of RGB (Red+Green+Blue) = 149+122+149=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #957A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957A95 is #6A856A. Grayscale: #858585. Windows color (decimal): -6980971 or 9796245. OLE color: 9796245.

HSL color Cylindrical-coordinate representation of color #957A95: hue angle of 300º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #957A95 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB149122149-
CMYK00.1800.42
HSL300º11.3%53.14%-
HSV(B)300º18.12%58.43%-
XYZ24.7822.4831.47-
YUV133.15136.95139.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=35.48%
G=29.05%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912214900.1800.4230011.353.14
Hex957A9501202A12cb35
Octal2251722250220524541365
Binary1001010111110101001010101001001010101001011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A95; }

 p { color: rgb(149,122,149); }

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

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

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

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

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

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

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