Shades of Strikemaster #95638B
Tints of Strikemaster #95638B
RGB
CMYK
RGB Variations
Color information
#95638B (or 0x95638B) is known color: Strikemaster. HEX triplet: 95, 63 and 8B. RGB value is (149,99,139). Sum of RGB (Red+Green+Blue) = 149+99+139=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95638B is #6A9C74. Grayscale: #767676. Windows color (decimal): -6986869 or 9134997. OLE color: 9134997.
HSL color Cylindrical-coordinate representation of color #95638B: hue angle of 312º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95638B is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 139 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.42 |
| HSL | 312º | 0.2% | 0.49% | - |
| HSV(B) | 312º | 0.34% | 0.58% | - |
| XYZ | 21.52 | 17.18 | 26.61 | - |
| YUV | 118.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 139 | 0 | 0.34 | 0.07 | 0.42 | 312 | 0.2 | 0.49 |
| Hex | 95 | 63 | 8B | 0 | 22 | 7 | 2A | 138 | 14 | 31 |
| Octal | 225 | 143 | 213 | 0 | 42 | 7 | 52 | 470 | 24 | 61 |
| Binary | 10010101 | 1100011 | 10001011 | 0 | 100010 | 111 | 101010 | 100111000 | 10100 | 110001 |
Color Harmonies of #95638B
Complementary color
Monochromatic Colors of #95638B
Black with #95638B
Text Example
Text Example
White with #95638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95638B; }
p { color: rgb(149,99,139); }
H1.HeaderClassName
{
color: #95638B;
}
.AnyTagClassName
{
color: #95638B;
}
</style>
background-color css
<style>
a { background-color: #95638B; }
a { background-color: rgb(149,99,139); }
div.DivClassName
{
background-color: #95638B;
}
.BgClassName
{
background-color: #95638B;
}
</style>
border-color css
<style>
span { border-color: #95638B; }
span { border-color: rgb(149,99,139); }
td.TdClassName
{
border-color: #95638B;
}
.TagClassName
{
border-color: #95638B;
}
</style>