Shades of Strikemaster #95627B
Tints of Strikemaster #95627B
RGB
CMYK
RGB Variations
Color information
#95627B (or 0x95627B) is known color: Strikemaster. HEX triplet: 95, 62 and 7B. RGB value is (149,98,123). Sum of RGB (Red+Green+Blue) = 149+98+123=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627B is #6A9D84. Grayscale: #747474. Windows color (decimal): -6987141 or 8086165. OLE color: 8086165.
HSL color Cylindrical-coordinate representation of color #95627B: hue angle of 330.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95627B is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 123 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.42 |
| HSL | 330.59º | 0.21% | 0.48% | - |
| HSV(B) | 330.59º | 0.34% | 0.58% | - |
| XYZ | 20.34 | 16.55 | 20.86 | - |
| YUV | 116.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 123 | 0 | 0.34 | 0.17 | 0.42 | 330.59 | 0.21 | 0.48 |
| Hex | 95 | 62 | 7B | 0 | 22 | 11 | 2A | 14B | 15 | 30 |
| Octal | 225 | 142 | 173 | 0 | 42 | 21 | 52 | 513 | 25 | 60 |
| Binary | 10010101 | 1100010 | 1111011 | 0 | 100010 | 10001 | 101010 | 101001011 | 10101 | 110000 |
Color Harmonies of #95627B
Complementary color
Monochromatic Colors of #95627B
Black with #95627B
Text Example
Text Example
White with #95627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95627B; }
p { color: rgb(149,98,123); }
H1.HeaderClassName
{
color: #95627B;
}
.AnyTagClassName
{
color: #95627B;
}
</style>
background-color css
<style>
a { background-color: #95627B; }
a { background-color: rgb(149,98,123); }
div.DivClassName
{
background-color: #95627B;
}
.BgClassName
{
background-color: #95627B;
}
</style>
border-color css
<style>
span { border-color: #95627B; }
span { border-color: rgb(149,98,123); }
td.TdClassName
{
border-color: #95627B;
}
.TagClassName
{
border-color: #95627B;
}
</style>