#957795

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

Shades of Violet Blue #957795

Tints of Violet Blue #957795

Color information

#957795 (or 0x957795) is unknown color: approx Violet Blue. HEX triplet: 95, 77 and 95. RGB value is (149,119,149). Sum of RGB (Red+Green+Blue) = 149+119+149=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #957795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957795 is #6A886A. Grayscale: #838383. Windows color (decimal): -6981739 or 9795477. OLE color: 9795477.

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

Color convert

RGB149119149-
CMYK00.2000.42
HSL300º12.4%52.55%-
HSV(B)300º20.13%58.43%-
XYZ24.4221.7531.35-
YUV131.39137.94140.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 119 (46.88% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=35.73%
G=28.54%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911914900.2000.4230012.452.55
Hex95779501402A12cc35
Octal2251672250240524541465
Binary1001010111101111001010101010001010101001011001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957795; }

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

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

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

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

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

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

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

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