#956182

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

Shades of Strikemaster #956182

Tints of Strikemaster #956182

Color information

#956182 (or 0x956182) is unknown color: approx Strikemaster. HEX triplet: 95, 61 and 82. RGB value is (149,97,130). Sum of RGB (Red+Green+Blue) = 149+97+130=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #956182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956182 is #6A9E7D. Grayscale: #747474. Windows color (decimal): -6987390 or 8544661. OLE color: 8544661.

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

Color convert

RGB14997130-
CMYK00.350.130.42
HSL321.92º21.14%48.24%-
HSV(B)321.92º34.9%58.43%-
XYZ20.716.5523.22-
YUV116.31135.73151.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=39.63%
G=25.80%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499713000.350.130.42321.9221.1448.24
Hex956182023D2A1421530
Octal22514120204315525022560
Binary100101011100001100000100100011110110101010100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956182; }

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

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

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

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

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

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

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

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