Shades of Violet Blue #95458F
Tints of Violet Blue #95458F
RGB
CMYK
RGB Variations
Color information
#95458F (or 0x95458F) is known color: Violet Blue. HEX triplet: 95, 45 and 8F. RGB value is (149,69,143). Sum of RGB (Red+Green+Blue) = 149+69+143=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95458F is #6ABA70. Grayscale: #656565. Windows color (decimal): -6994545 or 9389461. OLE color: 9389461.
HSL color Cylindrical-coordinate representation of color #95458F: hue angle of 304.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95458F is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 143 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.42 |
| HSL | 304.5º | 0.37% | 0.43% | - |
| HSV(B) | 304.5º | 0.54% | 0.58% | - |
| XYZ | 19.48 | 12.63 | 27.4 | - |
| YUV | 101.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 143 | 0 | 0.54 | 0.04 | 0.42 | 304.5 | 0.37 | 0.43 |
| Hex | 95 | 45 | 8F | 0 | 36 | 4 | 2A | 130 | 25 | 2B |
| Octal | 225 | 105 | 217 | 0 | 66 | 4 | 52 | 460 | 45 | 53 |
| Binary | 10010101 | 1000101 | 10001111 | 0 | 110110 | 100 | 101010 | 100110000 | 100101 | 101011 |
Color Harmonies of #95458F
Complementary color
Monochromatic Colors of #95458F
Black with #95458F
Text Example
Text Example
White with #95458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95458F; }
p { color: rgb(149,69,143); }
H1.HeaderClassName
{
color: #95458F;
}
.AnyTagClassName
{
color: #95458F;
}
</style>
background-color css
<style>
a { background-color: #95458F; }
a { background-color: rgb(149,69,143); }
div.DivClassName
{
background-color: #95458F;
}
.BgClassName
{
background-color: #95458F;
}
</style>
border-color css
<style>
span { border-color: #95458F; }
span { border-color: rgb(149,69,143); }
td.TdClassName
{
border-color: #95458F;
}
.TagClassName
{
border-color: #95458F;
}
</style>