#956982

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

Shades of Strikemaster #956982

Tints of Strikemaster #956982

Color information

#956982 (or 0x956982) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 82. RGB value is (149,105,130). Sum of RGB (Red+Green+Blue) = 149+105+130=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956982 is #6A967D. Grayscale: #787878. Windows color (decimal): -6985342 or 8546709. OLE color: 8546709.

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

Color convert

RGB149105130-
CMYK00.300.130.42
HSL325.91º17.32%49.8%-
HSV(B)325.91º29.53%58.43%-
XYZ21.4818.123.48-
YUV121.01133.08147.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=38.80%
G=27.34%
B=33.85%

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
Decimal14910513000.300.130.42325.9117.3249.8
Hex95698201ED2A1461132
Octal22515120203615525062162
Binary10010101110100110000010011110110110101010100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956982; }

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

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

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

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

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

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

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

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