#956591

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

Shades of Violet Blue #956591

Tints of Violet Blue #956591

Color information

#956591 (or 0x956591) is unknown color: approx Violet Blue. HEX triplet: 95, 65 and 91. RGB value is (149,101,145). Sum of RGB (Red+Green+Blue) = 149+101+145=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #956591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956591 is #6A9A6E. Grayscale: #787878. Windows color (decimal): -6986351 or 9528725. OLE color: 9528725.

HSL color Cylindrical-coordinate representation of color #956591: hue angle of 305º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956591 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB149101145-
CMYK00.320.030.42
HSL305º19.2%49.02%-
HSV(B)305º32.21%58.43%-
XYZ22.1617.7429.04-
YUV120.37141.9148.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=37.72%
G=25.57%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910114500.320.030.4230519.249.02
Hex95659102032A1311331
Octal2251452210403524612361
Binary1001010111001011001000101000001110101010011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956591; }

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

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

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

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

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

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

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

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