Shades of Vivid Violet #99289A
Tints of Vivid Violet #99289A
RGB
CMYK
RGB Variations
Color information
#99289A (or 0x99289A) is known color: Vivid Violet. HEX triplet: 99, 28 and 9A. RGB value is (153,40,154). Sum of RGB (Red+Green+Blue) = 153+40+154=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #99289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99289A is #66D765. Grayscale: #565656. Windows color (decimal): -6739814 or 10102937. OLE color: 10102937.
HSL color Cylindrical-coordinate representation of color #99289A: hue angle of 299.47º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99289A is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 40 | 154 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.40 |
| HSL | 299.47º | 0.59% | 0.38% | - |
| HSV(B) | 299.47º | 0.74% | 0.6% | - |
| XYZ | 19.73 | 10.62 | 31.58 | - |
| YUV | 86.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 154 | 0.01 | 0.74 | 0 | 0.40 | 299.47 | 0.59 | 0.38 |
| Hex | 99 | 28 | 9A | 1 | 4A | 0 | 28 | 12B | 3B | 26 |
| Octal | 231 | 50 | 232 | 1 | 112 | 0 | 50 | 453 | 73 | 46 |
| Binary | 10011001 | 101000 | 10011010 | 1 | 1001010 | 0 | 101000 | 100101011 | 111011 | 100110 |
Color Harmonies of #99289A
Complementary color
Monochromatic Colors of #99289A
Black with #99289A
Text Example
Text Example
White with #99289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99289A; }
p { color: rgb(153,40,154); }
H1.HeaderClassName
{
color: #99289A;
}
.AnyTagClassName
{
color: #99289A;
}
</style>
background-color css
<style>
a { background-color: #99289A; }
a { background-color: rgb(153,40,154); }
div.DivClassName
{
background-color: #99289A;
}
.BgClassName
{
background-color: #99289A;
}
</style>
border-color css
<style>
span { border-color: #99289A; }
span { border-color: rgb(153,40,154); }
td.TdClassName
{
border-color: #99289A;
}
.TagClassName
{
border-color: #99289A;
}
</style>