Shades of Vivid Violet #954098
Tints of Vivid Violet #954098
RGB
CMYK
RGB Variations
Color information
#954098 (or 0x954098) is known color: Vivid Violet. HEX triplet: 95, 40 and 98. RGB value is (149,64,152). Sum of RGB (Red+Green+Blue) = 149+64+152=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #954098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954098 is #6ABF67. Grayscale: #636363. Windows color (decimal): -6995816 or 9978005. OLE color: 9978005.
HSL color Cylindrical-coordinate representation of color #954098: hue angle of 297.95º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954098 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 64 | 152 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.40 |
| HSL | 297.95º | 0.41% | 0.42% | - |
| HSV(B) | 297.95º | 0.58% | 0.6% | - |
| XYZ | 19.9 | 12.32 | 31.04 | - |
| YUV | 99.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 152 | 0.02 | 0.58 | 0 | 0.40 | 297.95 | 0.41 | 0.42 |
| Hex | 95 | 40 | 98 | 2 | 3A | 0 | 28 | 12A | 29 | 2A |
| Octal | 225 | 100 | 230 | 2 | 72 | 0 | 50 | 452 | 51 | 52 |
| Binary | 10010101 | 1000000 | 10011000 | 10 | 111010 | 0 | 101000 | 100101010 | 101001 | 101010 |
Color Harmonies of #954098
Complementary color
Monochromatic Colors of #954098
Black with #954098
Text Example
Text Example
White with #954098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954098; }
p { color: rgb(149,64,152); }
H1.HeaderClassName
{
color: #954098;
}
.AnyTagClassName
{
color: #954098;
}
</style>
background-color css
<style>
a { background-color: #954098; }
a { background-color: rgb(149,64,152); }
div.DivClassName
{
background-color: #954098;
}
.BgClassName
{
background-color: #954098;
}
</style>
border-color css
<style>
span { border-color: #954098; }
span { border-color: rgb(149,64,152); }
td.TdClassName
{
border-color: #954098;
}
.TagClassName
{
border-color: #954098;
}
</style>