#956080

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

Shades of Strikemaster #956080

Tints of Strikemaster #956080

Color information

#956080 (or 0x956080) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 80. RGB value is (149,96,128). Sum of RGB (Red+Green+Blue) = 149+96+128=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #956080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956080 is #6A9F7F. Grayscale: #737373. Windows color (decimal): -6987648 or 8413333. OLE color: 8413333.

HSL color Cylindrical-coordinate representation of color #956080: hue angle of 323.77º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956080 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14996128-
CMYK00.360.140.42
HSL323.77º21.63%48.04%-
HSV(B)323.77º35.57%58.43%-
XYZ20.4716.3122.49-
YUV115.49135.06151.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=39.95%
G=25.74%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499612800.360.140.42323.7721.6348.04
Hex956080024E2A1441630
Octal22514020004416525042660
Binary100101011100000100000000100100111010101010100010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956080; }

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

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

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

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

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

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

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

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