Shades of Vivid Violet #99259A
Tints of Vivid Violet #99259A
RGB
CMYK
RGB Variations
Color information
#99259A (or 0x99259A) is known color: Vivid Violet. HEX triplet: 99, 25 and 9A. RGB value is (153,37,154). Sum of RGB (Red+Green+Blue) = 153+37+154=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #99259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99259A is #66DA65. Grayscale: #545454. Windows color (decimal): -6740582 or 10102169. OLE color: 10102169.
HSL color Cylindrical-coordinate representation of color #99259A: hue angle of 299.49º 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 #99259A is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 37 | 154 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.40 |
| HSL | 299.49º | 0.61% | 0.37% | - |
| HSV(B) | 299.49º | 0.76% | 0.6% | - |
| XYZ | 19.63 | 10.43 | 31.55 | - |
| YUV | 85.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 154 | 0.01 | 0.76 | 0 | 0.40 | 299.49 | 0.61 | 0.37 |
| Hex | 99 | 25 | 9A | 1 | 4C | 0 | 28 | 12B | 3D | 25 |
| Octal | 231 | 45 | 232 | 1 | 114 | 0 | 50 | 453 | 75 | 45 |
| Binary | 10011001 | 100101 | 10011010 | 1 | 1001100 | 0 | 101000 | 100101011 | 111101 | 100101 |
Color Harmonies of #99259A
Complementary color
Monochromatic Colors of #99259A
Black with #99259A
Text Example
Text Example
White with #99259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99259A; }
p { color: rgb(153,37,154); }
H1.HeaderClassName
{
color: #99259A;
}
.AnyTagClassName
{
color: #99259A;
}
</style>
background-color css
<style>
a { background-color: #99259A; }
a { background-color: rgb(153,37,154); }
div.DivClassName
{
background-color: #99259A;
}
.BgClassName
{
background-color: #99259A;
}
</style>
border-color css
<style>
span { border-color: #99259A; }
span { border-color: rgb(153,37,154); }
td.TdClassName
{
border-color: #99259A;
}
.TagClassName
{
border-color: #99259A;
}
</style>