Shades of Strikemaster #925682
Tints of Strikemaster #925682
RGB
CMYK
RGB Variations
Color information
#925682 (or 0x925682) is known color: Strikemaster. HEX triplet: 92, 56 and 82. RGB value is (146,86,130). Sum of RGB (Red+Green+Blue) = 146+86+130=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #925682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925682 is #6DA97D. Grayscale: #6C6C6C. Windows color (decimal): -7186814 or 8541842. OLE color: 8541842.
HSL color Cylindrical-coordinate representation of color #925682: hue angle of 316º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #925682 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 130 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.43 |
| HSL | 316º | 0.26% | 0.45% | - |
| HSV(B) | 316º | 0.41% | 0.57% | - |
| XYZ | 19.21 | 14.38 | 22.88 | - |
| YUV | 108.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 130 | 0 | 0.41 | 0.11 | 0.43 | 316 | 0.26 | 0.45 |
| Hex | 92 | 56 | 82 | 0 | 29 | B | 2B | 13C | 1A | 2D |
| Octal | 222 | 126 | 202 | 0 | 51 | 13 | 53 | 474 | 32 | 55 |
| Binary | 10010010 | 1010110 | 10000010 | 0 | 101001 | 1011 | 101011 | 100111100 | 11010 | 101101 |
Color Harmonies of #925682
Complementary color
Monochromatic Colors of #925682
Black with #925682
Text Example
Text Example
White with #925682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925682; }
p { color: rgb(146,86,130); }
H1.HeaderClassName
{
color: #925682;
}
.AnyTagClassName
{
color: #925682;
}
</style>
background-color css
<style>
a { background-color: #925682; }
a { background-color: rgb(146,86,130); }
div.DivClassName
{
background-color: #925682;
}
.BgClassName
{
background-color: #925682;
}
</style>
border-color css
<style>
span { border-color: #925682; }
span { border-color: rgb(146,86,130); }
td.TdClassName
{
border-color: #925682;
}
.TagClassName
{
border-color: #925682;
}
</style>