#955691

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

Shades of Violet Blue #955691

Tints of Violet Blue #955691

Color information

#955691 (or 0x955691) is unknown color: approx Violet Blue. HEX triplet: 95, 56 and 91. RGB value is (149,86,145). Sum of RGB (Red+Green+Blue) = 149+86+145=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #955691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955691 is #6AA96E. Grayscale: #6F6F6F. Windows color (decimal): -6990191 or 9524885. OLE color: 9524885.

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

Color convert

RGB14986145-
CMYK00.420.030.42
HSL303.81º26.81%46.08%-
HSV(B)303.81º42.28%58.43%-
XYZ20.8315.0928.6-
YUV111.56146.87154.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=39.21%
G=22.63%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498614500.420.030.42303.8126.8146.08
Hex95569102A32A1301b2e
Octal2251262210523524603356
Binary1001010110101101001000101010101110101010011000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955691; }

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

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

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

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

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

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

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

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