#956980

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

Shades of Strikemaster #956980

Tints of Strikemaster #956980

Color information

#956980 (or 0x956980) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 80. RGB value is (149,105,128). Sum of RGB (Red+Green+Blue) = 149+105+128=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #956980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956980 is #6A967F. Grayscale: #787878. Windows color (decimal): -6985344 or 8415637. OLE color: 8415637.

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

Color convert

RGB149105128-
CMYK00.300.140.42
HSL328.64º17.32%49.8%-
HSV(B)328.64º29.53%58.43%-
XYZ21.3418.0522.78-
YUV120.78132.08148.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=39.01%
G=27.49%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910512800.300.140.42328.6417.3249.8
Hex95698001EE2A1491132
Octal22515120003616525112162
Binary10010101110100110000000011110111010101010100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956980; }

 p { color: rgb(149,105,128); }

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

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

 a { background-color: rgb(149,105,128); }

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

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

 span { border-color: rgb(149,105,128); }

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