#956D94

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

Shades of Violet Blue #956D94

Tints of Violet Blue #956D94

Color information

#956D94 (or 0x956D94) is unknown color: approx Violet Blue. HEX triplet: 95, 6D and 94. RGB value is (149,109,148). Sum of RGB (Red+Green+Blue) = 149+109+148=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #956D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D94 is #6A926B. Grayscale: #7D7D7D. Windows color (decimal): -6984300 or 9727381. OLE color: 9727381.

HSL color Cylindrical-coordinate representation of color #956D94: hue angle of 301.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 #956D94 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB149109148-
CMYK00.270.010.42
HSL301.5º15.87%50.59%-
HSV(B)301.5º26.85%58.43%-
XYZ23.2119.4630.55-
YUV125.41140.75144.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=36.70%
G=26.85%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910914800.270.010.42301.515.8750.59
Hex956D9401B12A12e1033
Octal2251552240331524562063
Binary10010101110110110010100011011110101010010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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