#956F91

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

Shades of Violet Blue #956F91

Tints of Violet Blue #956F91

Color information

#956F91 (or 0x956F91) is unknown color: approx Violet Blue. HEX triplet: 95, 6F and 91. RGB value is (149,111,145). Sum of RGB (Red+Green+Blue) = 149+111+145=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #956F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956F91 is #6A906E. Grayscale: #7E7E7E. Windows color (decimal): -6983791 or 9531285. OLE color: 9531285.

HSL color Cylindrical-coordinate representation of color #956F91: hue angle of 306.32º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956F91 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149111145-
CMYK00.260.030.42
HSL306.32º15.2%50.98%-
HSV(B)306.32º25.5%58.43%-
XYZ23.1919.829.39-
YUV126.24138.59144.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 111 (43.75% from 255) = 27.41%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=36.79%
G=27.41%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911114500.260.030.42306.3215.250.98
Hex956F9101A32A132f33
Octal2251572210323524621763
Binary10010101110111110010001011010111010101001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956F91; }

 p { color: rgb(149,111,145); }

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

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

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

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

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

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

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