#956890

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

Shades of Violet Blue #956890

Tints of Violet Blue #956890

Color information

#956890 (or 0x956890) is unknown color: approx Violet Blue. HEX triplet: 95, 68 and 90. RGB value is (149,104,144). Sum of RGB (Red+Green+Blue) = 149+104+144=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #956890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956890 is #6A976F. Grayscale: #797979. Windows color (decimal): -6985584 or 9463957. OLE color: 9463957.

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

Color convert

RGB149104144-
CMYK00.300.030.42
HSL306.67º17.79%49.61%-
HSV(B)306.67º30.2%58.43%-
XYZ22.3818.328.74-
YUV122.01140.41147.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=37.53%
G=26.20%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910414400.300.030.42306.6717.7949.61
Hex95689001E32A1331232
Octal2251502200363524632262
Binary100101011101000100100000111101110101010011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956890; }

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

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

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

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

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

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

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

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