Shades of Vivid Violet #953999
Tints of Vivid Violet #953999
RGB
CMYK
RGB Variations
Color information
#953999 (or 0x953999) is known color: Vivid Violet. HEX triplet: 95, 39 and 99. RGB value is (149,57,153). Sum of RGB (Red+Green+Blue) = 149+57+153=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #953999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953999 is #6AC666. Grayscale: #5F5F5F. Windows color (decimal): -6997607 or 10041749. OLE color: 10041749.
HSL color Cylindrical-coordinate representation of color #953999: hue angle of 297.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953999 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 57 | 153 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.4 |
| HSL | 297.5º | 0.46% | 0.41% | - |
| HSV(B) | 297.5º | 0.63% | 0.6% | - |
| XYZ | 19.61 | 11.62 | 31.35 | - |
| YUV | 95.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 57 | 153 | 0.03 | 0.63 | 0 | 0.4 | 297.5 | 0.46 | 0.41 |
| Hex | 95 | 39 | 99 | 3 | 3F | 0 | 28 | 12A | 2E | 29 |
| Octal | 225 | 71 | 231 | 3 | 77 | 0 | 50 | 452 | 56 | 51 |
| Binary | 10010101 | 111001 | 10011001 | 11 | 111111 | 0 | 101000 | 100101010 | 101110 | 101001 |
Color Harmonies of #953999
Complementary color
Monochromatic Colors of #953999
Black with #953999
Text Example
Text Example
White with #953999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953999; }
p { color: rgb(149,57,153); }
H1.HeaderClassName
{
color: #953999;
}
.AnyTagClassName
{
color: #953999;
}
</style>
background-color css
<style>
a { background-color: #953999; }
a { background-color: rgb(149,57,153); }
div.DivClassName
{
background-color: #953999;
}
.BgClassName
{
background-color: #953999;
}
</style>
border-color css
<style>
span { border-color: #953999; }
span { border-color: rgb(149,57,153); }
td.TdClassName
{
border-color: #953999;
}
.TagClassName
{
border-color: #953999;
}
</style>