Shades of Vivid Violet #952599
Tints of Vivid Violet #952599
RGB
CMYK
RGB Variations
Color information
#952599 (or 0x952599) is known color: Vivid Violet. HEX triplet: 95, 25 and 99. RGB value is (149,37,153). Sum of RGB (Red+Green+Blue) = 149+37+153=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #952599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952599 is #6ADA66. Grayscale: #535353. Windows color (decimal): -7002727 or 10036629. OLE color: 10036629.
HSL color Cylindrical-coordinate representation of color #952599: hue angle of 297.93º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952599 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 37 | 153 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.4 |
| HSL | 297.93º | 0.61% | 0.37% | - |
| HSV(B) | 297.93º | 0.76% | 0.6% | - |
| XYZ | 18.81 | 10.01 | 31.08 | - |
| YUV | 83.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 153 | 0.03 | 0.76 | 0 | 0.4 | 297.93 | 0.61 | 0.37 |
| Hex | 95 | 25 | 99 | 3 | 4C | 0 | 28 | 12A | 3D | 25 |
| Octal | 225 | 45 | 231 | 3 | 114 | 0 | 50 | 452 | 75 | 45 |
| Binary | 10010101 | 100101 | 10011001 | 11 | 1001100 | 0 | 101000 | 100101010 | 111101 | 100101 |
Color Harmonies of #952599
Complementary color
Monochromatic Colors of #952599
Black with #952599
Text Example
Text Example
White with #952599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952599; }
p { color: rgb(149,37,153); }
H1.HeaderClassName
{
color: #952599;
}
.AnyTagClassName
{
color: #952599;
}
</style>
background-color css
<style>
a { background-color: #952599; }
a { background-color: rgb(149,37,153); }
div.DivClassName
{
background-color: #952599;
}
.BgClassName
{
background-color: #952599;
}
</style>
border-color css
<style>
span { border-color: #952599; }
span { border-color: rgb(149,37,153); }
td.TdClassName
{
border-color: #952599;
}
.TagClassName
{
border-color: #952599;
}
</style>