#956D92

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

Shades of Violet Blue #956D92

Tints of Violet Blue #956D92

Color information

#956D92 (or 0x956D92) is unknown color: approx Violet Blue. HEX triplet: 95, 6D and 92. RGB value is (149,109,146). Sum of RGB (Red+Green+Blue) = 149+109+146=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #956D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D92 is #6A926D. Grayscale: #7D7D7D. Windows color (decimal): -6984302 or 9596309. OLE color: 9596309.

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

Color convert

RGB149109146-
CMYK00.270.020.42
HSL304.5º15.87%50.59%-
HSV(B)304.5º26.85%58.43%-
XYZ23.0519.429.72-
YUV125.18139.75144.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=36.88%
G=26.98%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910914600.270.020.42304.515.8750.59
Hex956D9201B22A1301033
Octal2251552220332524602063
Binary100101011101101100100100110111010101010011000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,146); }

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

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

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

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

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

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

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