Shades of Vivid Violet #953498
Tints of Vivid Violet #953498
RGB
CMYK
RGB Variations
Color information
#953498 (or 0x953498) is known color: Vivid Violet. HEX triplet: 95, 34 and 98. RGB value is (149,52,152). Sum of RGB (Red+Green+Blue) = 149+52+152=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #953498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953498 is #6ACB67. Grayscale: #5C5C5C. Windows color (decimal): -6998888 or 9974933. OLE color: 9974933.
HSL color Cylindrical-coordinate representation of color #953498: hue angle of 298.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953498 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 52 | 152 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.40 |
| HSL | 298.2º | 0.49% | 0.4% | - |
| HSV(B) | 298.2º | 0.66% | 0.6% | - |
| XYZ | 19.29 | 11.11 | 30.83 | - |
| YUV | 92.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 152 | 0.02 | 0.66 | 0 | 0.40 | 298.2 | 0.49 | 0.4 |
| Hex | 95 | 34 | 98 | 2 | 42 | 0 | 28 | 12A | 31 | 28 |
| Octal | 225 | 64 | 230 | 2 | 102 | 0 | 50 | 452 | 61 | 50 |
| Binary | 10010101 | 110100 | 10011000 | 10 | 1000010 | 0 | 101000 | 100101010 | 110001 | 101000 |
Color Harmonies of #953498
Complementary color
Monochromatic Colors of #953498
Black with #953498
Text Example
Text Example
White with #953498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953498; }
p { color: rgb(149,52,152); }
H1.HeaderClassName
{
color: #953498;
}
.AnyTagClassName
{
color: #953498;
}
</style>
background-color css
<style>
a { background-color: #953498; }
a { background-color: rgb(149,52,152); }
div.DivClassName
{
background-color: #953498;
}
.BgClassName
{
background-color: #953498;
}
</style>
border-color css
<style>
span { border-color: #953498; }
span { border-color: rgb(149,52,152); }
td.TdClassName
{
border-color: #953498;
}
.TagClassName
{
border-color: #953498;
}
</style>