Shades of Strikemaster #9E507D
Tints of Strikemaster #9E507D
RGB
CMYK
RGB Variations
Color information
#9E507D (or 0x9E507D) is known color: Strikemaster. HEX triplet: 9E, 50 and 7D. RGB value is (158,80,125). Sum of RGB (Red+Green+Blue) = 158+80+125=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E507D is #61AF82. Grayscale: #6C6C6C. Windows color (decimal): -6401923 or 8212638. OLE color: 8212638.
HSL color Cylindrical-coordinate representation of color #9E507D: hue angle of 325.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E507D is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 125 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.38 |
| HSL | 325.38º | 0.33% | 0.47% | - |
| HSV(B) | 325.38º | 0.49% | 0.62% | - |
| XYZ | 20.67 | 14.49 | 21.11 | - |
| YUV | 108.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 125 | 0 | 0.49 | 0.21 | 0.38 | 325.38 | 0.33 | 0.47 |
| Hex | 9E | 50 | 7D | 0 | 31 | 15 | 26 | 145 | 21 | 2F |
| Octal | 236 | 120 | 175 | 0 | 61 | 25 | 46 | 505 | 41 | 57 |
| Binary | 10011110 | 1010000 | 1111101 | 0 | 110001 | 10101 | 100110 | 101000101 | 100001 | 101111 |
Color Harmonies of #9E507D
Complementary color
Monochromatic Colors of #9E507D
Black with #9E507D
Text Example
Text Example
White with #9E507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E507D; }
p { color: rgb(158,80,125); }
H1.HeaderClassName
{
color: #9E507D;
}
.AnyTagClassName
{
color: #9E507D;
}
</style>
background-color css
<style>
a { background-color: #9E507D; }
a { background-color: rgb(158,80,125); }
div.DivClassName
{
background-color: #9E507D;
}
.BgClassName
{
background-color: #9E507D;
}
</style>
border-color css
<style>
span { border-color: #9E507D; }
span { border-color: rgb(158,80,125); }
td.TdClassName
{
border-color: #9E507D;
}
.TagClassName
{
border-color: #9E507D;
}
</style>