Shades of Strikemaster #935E81
Tints of Strikemaster #935E81
RGB
CMYK
RGB Variations
Color information
#935E81 (or 0x935E81) is known color: Strikemaster. HEX triplet: 93, 5E and 81. RGB value is (147,94,129). Sum of RGB (Red+Green+Blue) = 147+94+129=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #935E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E81 is #6CA17E. Grayscale: #717171. Windows color (decimal): -7119231 or 8478355. OLE color: 8478355.
HSL color Cylindrical-coordinate representation of color #935E81: hue angle of 320.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E81 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 129 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.42 |
| HSL | 320.38º | 0.22% | 0.47% | - |
| HSV(B) | 320.38º | 0.36% | 0.58% | - |
| XYZ | 20 | 15.79 | 22.76 | - |
| YUV | 113.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 129 | 0 | 0.36 | 0.12 | 0.42 | 320.38 | 0.22 | 0.47 |
| Hex | 93 | 5E | 81 | 0 | 24 | C | 2A | 140 | 16 | 2F |
| Octal | 223 | 136 | 201 | 0 | 44 | 14 | 52 | 500 | 26 | 57 |
| Binary | 10010011 | 1011110 | 10000001 | 0 | 100100 | 1100 | 101010 | 101000000 | 10110 | 101111 |
Color Harmonies of #935E81
Complementary color
Monochromatic Colors of #935E81
Black with #935E81
Text Example
Text Example
White with #935E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E81; }
p { color: rgb(147,94,129); }
H1.HeaderClassName
{
color: #935E81;
}
.AnyTagClassName
{
color: #935E81;
}
</style>
background-color css
<style>
a { background-color: #935E81; }
a { background-color: rgb(147,94,129); }
div.DivClassName
{
background-color: #935E81;
}
.BgClassName
{
background-color: #935E81;
}
</style>
border-color css
<style>
span { border-color: #935E81; }
span { border-color: rgb(147,94,129); }
td.TdClassName
{
border-color: #935E81;
}
.TagClassName
{
border-color: #935E81;
}
</style>