#955790

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

Shades of Violet Blue #955790

Tints of Violet Blue #955790

Color information

#955790 (or 0x955790) is unknown color: approx Violet Blue. HEX triplet: 95, 57 and 90. RGB value is (149,87,144). Sum of RGB (Red+Green+Blue) = 149+87+144=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #955790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955790 is #6AA86F. Grayscale: #6F6F6F. Windows color (decimal): -6989936 or 9459605. OLE color: 9459605.

HSL color Cylindrical-coordinate representation of color #955790: hue angle of 304.84º degrees, saturation: 0.26, 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 #955790 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14987144-
CMYK00.420.030.42
HSL304.84º26.27%46.27%-
HSV(B)304.84º41.61%58.43%-
XYZ20.8415.2228.23-
YUV112.04146.04154.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=39.21%
G=22.89%
B=37.89%

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
Decimal1498714400.420.030.42304.8426.2746.27
Hex95579002A32A1311a2e
Octal2251272200523524613256
Binary1001010110101111001000001010101110101010011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955790; }

 p { color: rgb(149,87,144); }

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

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

 a { background-color: rgb(149,87,144); }

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

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

 span { border-color: rgb(149,87,144); }

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