#956186

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

Shades of Strikemaster #956186

Tints of Strikemaster #956186

Color information

#956186 (or 0x956186) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 86. RGB value is (149,97,134). Sum of RGB (Red+Green+Blue) = 149+97+134=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #956186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956186 is #6A9E79. Grayscale: #747474. Windows color (decimal): -6987386 or 8806805. OLE color: 8806805.

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

Color convert

RGB14997134-
CMYK00.350.100.42
HSL317.31º21.14%48.24%-
HSV(B)317.31º34.9%58.43%-
XYZ20.9716.6624.66-
YUV116.77137.73150.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=39.21%
G=25.53%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499713400.350.100.42317.3121.1448.24
Hex956186023A2A13d1530
Octal22514120604312524752560
Binary100101011100001100001100100011101010101010011110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956186; }

 p { color: rgb(149,97,134); }

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

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

 a { background-color: rgb(149,97,134); }

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

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

 span { border-color: rgb(149,97,134); }

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