Shades of Strikemaster #957483
Tints of Strikemaster #957483
RGB
CMYK
RGB Variations
Color information
#957483 (or 0x957483) is known color: Strikemaster. HEX triplet: 95, 74 and 83. RGB value is (149,116,131). Sum of RGB (Red+Green+Blue) = 149+116+131=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #957483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957483 is #6A8B7C. Grayscale: #7F7F7F. Windows color (decimal): -6982525 or 8615061. OLE color: 8615061.
HSL color Cylindrical-coordinate representation of color #957483: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #957483 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 131 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.42 |
| HSL | 332.73º | 0.13% | 0.52% | - |
| HSV(B) | 332.73º | 0.22% | 0.58% | - |
| XYZ | 22.74 | 20.52 | 24.23 | - |
| YUV | 127.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 131 | 0 | 0.22 | 0.12 | 0.42 | 332.73 | 0.13 | 0.52 |
| Hex | 95 | 74 | 83 | 0 | 16 | C | 2A | 14D | D | 34 |
| Octal | 225 | 164 | 203 | 0 | 26 | 14 | 52 | 515 | 15 | 64 |
| Binary | 10010101 | 1110100 | 10000011 | 0 | 10110 | 1100 | 101010 | 101001101 | 1101 | 110100 |
Color Harmonies of #957483
Complementary color
Monochromatic Colors of #957483
Black with #957483
Text Example
Text Example
White with #957483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957483; }
p { color: rgb(149,116,131); }
H1.HeaderClassName
{
color: #957483;
}
.AnyTagClassName
{
color: #957483;
}
</style>
background-color css
<style>
a { background-color: #957483; }
a { background-color: rgb(149,116,131); }
div.DivClassName
{
background-color: #957483;
}
.BgClassName
{
background-color: #957483;
}
</style>
border-color css
<style>
span { border-color: #957483; }
span { border-color: rgb(149,116,131); }
td.TdClassName
{
border-color: #957483;
}
.TagClassName
{
border-color: #957483;
}
</style>