Shades of Strikemaster #9E5E7B
Tints of Strikemaster #9E5E7B
RGB
CMYK
RGB Variations
Color information
#9E5E7B (or 0x9E5E7B) is known color: Strikemaster. HEX triplet: 9E, 5E and 7B. RGB value is (158,94,123). Sum of RGB (Red+Green+Blue) = 158+94+123=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5E7B is #61A184. Grayscale: #747474. Windows color (decimal): -6398341 or 8085150. OLE color: 8085150.
HSL color Cylindrical-coordinate representation of color #9E5E7B: hue angle of 332.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E5E7B is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 94 | 123 | - |
CMYK | 0 | 0.41 | 0.22 | 0.38 |
HSL | 332.81º | 0.25% | 0.49% | - |
HSV(B) | 332.81º | 0.41% | 0.62% | - |
XYZ | 21.68 | 16.7 | 20.82 | - |
YUV | 116.44 | 131.7 | 157.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 94 | 123 | 0 | 0.41 | 0.22 | 0.38 | 332.81 | 0.25 | 0.49 |
Hex | 9E | 5E | 7B | 0 | 29 | 16 | 26 | 14D | 19 | 31 |
Octal | 236 | 136 | 173 | 0 | 51 | 26 | 46 | 515 | 31 | 61 |
Binary | 10011110 | 1011110 | 1111011 | 0 | 101001 | 10110 | 100110 | 101001101 | 11001 | 110001 |
Color Harmonies of #9E5E7B
Complementary color
Monochromatic Colors of #9E5E7B
Black with #9E5E7B
Text Example
Text Example
White with #9E5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5E7B; }
p { color: rgb(158,94,123); }
H1.HeaderClassName
{
color: #9E5E7B;
}
.AnyTagClassName
{
color: #9E5E7B;
}
</style>
background-color css
<style>
a { background-color: #9E5E7B; }
a { background-color: rgb(158,94,123); }
div.DivClassName
{
background-color: #9E5E7B;
}
.BgClassName
{
background-color: #9E5E7B;
}
</style>
border-color css
<style>
span { border-color: #9E5E7B; }
span { border-color: rgb(158,94,123); }
td.TdClassName
{
border-color: #9E5E7B;
}
.TagClassName
{
border-color: #9E5E7B;
}
</style>