Shades of Strikemaster #95627E
Tints of Strikemaster #95627E
RGB
CMYK
RGB Variations
Color information
#95627E (or 0x95627E) is known color: Strikemaster. HEX triplet: 95, 62 and 7E. RGB value is (149,98,126). Sum of RGB (Red+Green+Blue) = 149+98+126=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95627E is #6A9D81. Grayscale: #747474. Windows color (decimal): -6987138 or 8282773. OLE color: 8282773.
HSL color Cylindrical-coordinate representation of color #95627E: hue angle of 327.06º 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 #95627E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 126 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.42 |
| HSL | 327.06º | 0.21% | 0.48% | - |
| HSV(B) | 327.06º | 0.34% | 0.58% | - |
| XYZ | 20.53 | 16.63 | 21.87 | - |
| YUV | 116.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 126 | 0 | 0.34 | 0.15 | 0.42 | 327.06 | 0.21 | 0.48 |
| Hex | 95 | 62 | 7E | 0 | 22 | F | 2A | 147 | 15 | 30 |
| Octal | 225 | 142 | 176 | 0 | 42 | 17 | 52 | 507 | 25 | 60 |
| Binary | 10010101 | 1100010 | 1111110 | 0 | 100010 | 1111 | 101010 | 101000111 | 10101 | 110000 |
Color Harmonies of #95627E
Complementary color
Monochromatic Colors of #95627E
Black with #95627E
Text Example
Text Example
White with #95627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95627E; }
p { color: rgb(149,98,126); }
H1.HeaderClassName
{
color: #95627E;
}
.AnyTagClassName
{
color: #95627E;
}
</style>
background-color css
<style>
a { background-color: #95627E; }
a { background-color: rgb(149,98,126); }
div.DivClassName
{
background-color: #95627E;
}
.BgClassName
{
background-color: #95627E;
}
</style>
border-color css
<style>
span { border-color: #95627E; }
span { border-color: rgb(149,98,126); }
td.TdClassName
{
border-color: #95627E;
}
.TagClassName
{
border-color: #95627E;
}
</style>