Shades of Strikemaster #935483
Tints of Strikemaster #935483
RGB
CMYK
RGB Variations
Color information
#935483 (or 0x935483) is known color: Strikemaster. HEX triplet: 93, 54 and 83. RGB value is (147,84,131). Sum of RGB (Red+Green+Blue) = 147+84+131=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #935483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935483 is #6CAB7C. Grayscale: #6C6C6C. Windows color (decimal): -7121789 or 8606867. OLE color: 8606867.
HSL color Cylindrical-coordinate representation of color #935483: hue angle of 315.24º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935483 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 84 | 131 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.42 |
| HSL | 315.24º | 0.27% | 0.45% | - |
| HSV(B) | 315.24º | 0.43% | 0.58% | - |
| XYZ | 19.3 | 14.18 | 23.19 | - |
| YUV | 108.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 131 | 0 | 0.43 | 0.11 | 0.42 | 315.24 | 0.27 | 0.45 |
| Hex | 93 | 54 | 83 | 0 | 2B | B | 2A | 13B | 1B | 2D |
| Octal | 223 | 124 | 203 | 0 | 53 | 13 | 52 | 473 | 33 | 55 |
| Binary | 10010011 | 1010100 | 10000011 | 0 | 101011 | 1011 | 101010 | 100111011 | 11011 | 101101 |
Color Harmonies of #935483
Complementary color
Monochromatic Colors of #935483
Black with #935483
Text Example
Text Example
White with #935483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935483; }
p { color: rgb(147,84,131); }
H1.HeaderClassName
{
color: #935483;
}
.AnyTagClassName
{
color: #935483;
}
</style>
background-color css
<style>
a { background-color: #935483; }
a { background-color: rgb(147,84,131); }
div.DivClassName
{
background-color: #935483;
}
.BgClassName
{
background-color: #935483;
}
</style>
border-color css
<style>
span { border-color: #935483; }
span { border-color: rgb(147,84,131); }
td.TdClassName
{
border-color: #935483;
}
.TagClassName
{
border-color: #935483;
}
</style>