Shades of Strikemaster #95507E
Tints of Strikemaster #95507E
RGB
CMYK
RGB Variations
Color information
#95507E (or 0x95507E) is known color: Strikemaster. HEX triplet: 95, 50 and 7E. RGB value is (149,80,126). Sum of RGB (Red+Green+Blue) = 149+80+126=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95507E is #6AAF81. Grayscale: #696969. Windows color (decimal): -6991746 or 8278165. OLE color: 8278165.
HSL color Cylindrical-coordinate representation of color #95507E: hue angle of 320º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95507E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 126 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.42 |
| HSL | 320º | 0.3% | 0.45% | - |
| HSV(B) | 320º | 0.46% | 0.58% | - |
| XYZ | 19.03 | 13.63 | 21.37 | - |
| YUV | 105.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 126 | 0 | 0.46 | 0.15 | 0.42 | 320 | 0.3 | 0.45 |
| Hex | 95 | 50 | 7E | 0 | 2E | F | 2A | 140 | 1E | 2D |
| Octal | 225 | 120 | 176 | 0 | 56 | 17 | 52 | 500 | 36 | 55 |
| Binary | 10010101 | 1010000 | 1111110 | 0 | 101110 | 1111 | 101010 | 101000000 | 11110 | 101101 |
Color Harmonies of #95507E
Complementary color
Monochromatic Colors of #95507E
Black with #95507E
Text Example
Text Example
White with #95507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95507E; }
p { color: rgb(149,80,126); }
H1.HeaderClassName
{
color: #95507E;
}
.AnyTagClassName
{
color: #95507E;
}
</style>
background-color css
<style>
a { background-color: #95507E; }
a { background-color: rgb(149,80,126); }
div.DivClassName
{
background-color: #95507E;
}
.BgClassName
{
background-color: #95507E;
}
</style>
border-color css
<style>
span { border-color: #95507E; }
span { border-color: rgb(149,80,126); }
td.TdClassName
{
border-color: #95507E;
}
.TagClassName
{
border-color: #95507E;
}
</style>