Shades of Vivid Violet #95448F
Tints of Vivid Violet #95448F
RGB
CMYK
RGB Variations
Color information
#95448F (or 0x95448F) is known color: Vivid Violet. HEX triplet: 95, 44 and 8F. RGB value is (149,68,143). Sum of RGB (Red+Green+Blue) = 149+68+143=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95448F is #6ABB70. Grayscale: #646464. Windows color (decimal): -6994801 or 9389205. OLE color: 9389205.
HSL color Cylindrical-coordinate representation of color #95448F: hue angle of 304.44º 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 #95448F is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 143 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.42 |
| HSL | 304.44º | 0.37% | 0.43% | - |
| HSV(B) | 304.44º | 0.54% | 0.58% | - |
| XYZ | 19.42 | 12.51 | 27.38 | - |
| YUV | 100.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 143 | 0 | 0.54 | 0.04 | 0.42 | 304.44 | 0.37 | 0.43 |
| Hex | 95 | 44 | 8F | 0 | 36 | 4 | 2A | 130 | 25 | 2B |
| Octal | 225 | 104 | 217 | 0 | 66 | 4 | 52 | 460 | 45 | 53 |
| Binary | 10010101 | 1000100 | 10001111 | 0 | 110110 | 100 | 101010 | 100110000 | 100101 | 101011 |
Color Harmonies of #95448F
Complementary color
Monochromatic Colors of #95448F
Black with #95448F
Text Example
Text Example
White with #95448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95448F; }
p { color: rgb(149,68,143); }
H1.HeaderClassName
{
color: #95448F;
}
.AnyTagClassName
{
color: #95448F;
}
</style>
background-color css
<style>
a { background-color: #95448F; }
a { background-color: rgb(149,68,143); }
div.DivClassName
{
background-color: #95448F;
}
.BgClassName
{
background-color: #95448F;
}
</style>
border-color css
<style>
span { border-color: #95448F; }
span { border-color: rgb(149,68,143); }
td.TdClassName
{
border-color: #95448F;
}
.TagClassName
{
border-color: #95448F;
}
</style>