#956880

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

Shades of Strikemaster #956880

Tints of Strikemaster #956880

Color information

#956880 (or 0x956880) is unknown color: approx Strikemaster. HEX triplet: 95, 68 and 80. RGB value is (149,104,128). Sum of RGB (Red+Green+Blue) = 149+104+128=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956880 is #6A977F. Grayscale: #787878. Windows color (decimal): -6985600 or 8415381. OLE color: 8415381.

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

Color convert

RGB149104128-
CMYK00.300.140.42
HSL328º17.79%49.61%-
HSV(B)328º30.2%58.43%-
XYZ21.2417.8522.75-
YUV120.19132.41148.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=39.11%
G=27.30%
B=33.60%

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
Decimal14910412800.300.140.4232817.7949.61
Hex95688001EE2A1481232
Octal22515020003616525102262
Binary10010101110100010000000011110111010101010100100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956880; }

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

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

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

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

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

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

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

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