Shades of Strikemaster #95638C
Tints of Strikemaster #95638C
RGB
CMYK
RGB Variations
Color information
#95638C (or 0x95638C) is known color: Strikemaster. HEX triplet: 95, 63 and 8C. RGB value is (149,99,140). Sum of RGB (Red+Green+Blue) = 149+99+140=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95638C is #6A9C73. Grayscale: #767676. Windows color (decimal): -6986868 or 9200533. OLE color: 9200533.
HSL color Cylindrical-coordinate representation of color #95638C: hue angle of 310.8º 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 #95638C is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 140 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.42 |
| HSL | 310.8º | 0.2% | 0.49% | - |
| HSV(B) | 310.8º | 0.34% | 0.58% | - |
| XYZ | 21.59 | 17.21 | 26.99 | - |
| YUV | 118.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 140 | 0 | 0.34 | 0.06 | 0.42 | 310.8 | 0.2 | 0.49 |
| Hex | 95 | 63 | 8C | 0 | 22 | 6 | 2A | 137 | 14 | 31 |
| Octal | 225 | 143 | 214 | 0 | 42 | 6 | 52 | 467 | 24 | 61 |
| Binary | 10010101 | 1100011 | 10001100 | 0 | 100010 | 110 | 101010 | 100110111 | 10100 | 110001 |
Color Harmonies of #95638C
Complementary color
Monochromatic Colors of #95638C
Black with #95638C
Text Example
Text Example
White with #95638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95638C; }
p { color: rgb(149,99,140); }
H1.HeaderClassName
{
color: #95638C;
}
.AnyTagClassName
{
color: #95638C;
}
</style>
background-color css
<style>
a { background-color: #95638C; }
a { background-color: rgb(149,99,140); }
div.DivClassName
{
background-color: #95638C;
}
.BgClassName
{
background-color: #95638C;
}
</style>
border-color css
<style>
span { border-color: #95638C; }
span { border-color: rgb(149,99,140); }
td.TdClassName
{
border-color: #95638C;
}
.TagClassName
{
border-color: #95638C;
}
</style>