Shades of Vivid Violet #99259D
Tints of Vivid Violet #99259D
RGB
CMYK
RGB Variations
Color information
#99259D (or 0x99259D) is known color: Vivid Violet. HEX triplet: 99, 25 and 9D. RGB value is (153,37,157). Sum of RGB (Red+Green+Blue) = 153+37+157=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #99259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99259D is #66DA62. Grayscale: #545454. Windows color (decimal): -6740579 or 10298777. OLE color: 10298777.
HSL color Cylindrical-coordinate representation of color #99259D: hue angle of 298º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99259D is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 37 | 157 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.38 |
| HSL | 298º | 0.62% | 0.38% | - |
| HSV(B) | 298º | 0.76% | 0.62% | - |
| XYZ | 19.88 | 10.53 | 32.88 | - |
| YUV | 85.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 157 | 0.03 | 0.76 | 0 | 0.38 | 298 | 0.62 | 0.38 |
| Hex | 99 | 25 | 9D | 3 | 4C | 0 | 26 | 12A | 3E | 26 |
| Octal | 231 | 45 | 235 | 3 | 114 | 0 | 46 | 452 | 76 | 46 |
| Binary | 10011001 | 100101 | 10011101 | 11 | 1001100 | 0 | 100110 | 100101010 | 111110 | 100110 |
Color Harmonies of #99259D
Complementary color
Monochromatic Colors of #99259D
Black with #99259D
Text Example
Text Example
White with #99259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99259D; }
p { color: rgb(153,37,157); }
H1.HeaderClassName
{
color: #99259D;
}
.AnyTagClassName
{
color: #99259D;
}
</style>
background-color css
<style>
a { background-color: #99259D; }
a { background-color: rgb(153,37,157); }
div.DivClassName
{
background-color: #99259D;
}
.BgClassName
{
background-color: #99259D;
}
</style>
border-color css
<style>
span { border-color: #99259D; }
span { border-color: rgb(153,37,157); }
td.TdClassName
{
border-color: #99259D;
}
.TagClassName
{
border-color: #99259D;
}
</style>