#956981

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

Shades of Strikemaster #956981

Tints of Strikemaster #956981

Color information

#956981 (or 0x956981) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 81. RGB value is (149,105,129). Sum of RGB (Red+Green+Blue) = 149+105+129=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956981 is #6A967E. Grayscale: #787878. Windows color (decimal): -6985343 or 8481173. OLE color: 8481173.

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

Color convert

RGB149105129-
CMYK00.300.130.42
HSL327.27º17.32%49.8%-
HSV(B)327.27º29.53%58.43%-
XYZ21.4118.0823.13-
YUV120.89132.58148.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=38.90%
G=27.42%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910512900.300.130.42327.2717.3249.8
Hex95698101ED2A1471132
Octal22515120103615525072162
Binary10010101110100110000001011110110110101010100011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956981; }

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

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

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

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

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

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

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

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