Shades of Vivid Violet #953399
Tints of Vivid Violet #953399
RGB
CMYK
RGB Variations
Color information
#953399 (or 0x953399) is known color: Vivid Violet. HEX triplet: 95, 33 and 99. RGB value is (149,51,153). Sum of RGB (Red+Green+Blue) = 149+51+153=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #953399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953399 is #6ACC66. Grayscale: #5B5B5B. Windows color (decimal): -6999143 or 10040213. OLE color: 10040213.
HSL color Cylindrical-coordinate representation of color #953399: hue angle of 297.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953399 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 51 | 153 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.4 |
| HSL | 297.65º | 0.5% | 0.4% | - |
| HSV(B) | 297.65º | 0.67% | 0.6% | - |
| XYZ | 19.33 | 11.06 | 31.25 | - |
| YUV | 91.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 153 | 0.03 | 0.67 | 0 | 0.4 | 297.65 | 0.5 | 0.4 |
| Hex | 95 | 33 | 99 | 3 | 43 | 0 | 28 | 12A | 32 | 28 |
| Octal | 225 | 63 | 231 | 3 | 103 | 0 | 50 | 452 | 62 | 50 |
| Binary | 10010101 | 110011 | 10011001 | 11 | 1000011 | 0 | 101000 | 100101010 | 110010 | 101000 |
Color Harmonies of #953399
Complementary color
Monochromatic Colors of #953399
Black with #953399
Text Example
Text Example
White with #953399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953399; }
p { color: rgb(149,51,153); }
H1.HeaderClassName
{
color: #953399;
}
.AnyTagClassName
{
color: #953399;
}
</style>
background-color css
<style>
a { background-color: #953399; }
a { background-color: rgb(149,51,153); }
div.DivClassName
{
background-color: #953399;
}
.BgClassName
{
background-color: #953399;
}
</style>
border-color css
<style>
span { border-color: #953399; }
span { border-color: rgb(149,51,153); }
td.TdClassName
{
border-color: #953399;
}
.TagClassName
{
border-color: #953399;
}
</style>