Shades of Vivid Violet #98229A
Tints of Vivid Violet #98229A
RGB
CMYK
RGB Variations
Color information
#98229A (or 0x98229A) is known color: Vivid Violet. HEX triplet: 98, 22 and 9A. RGB value is (152,34,154). Sum of RGB (Red+Green+Blue) = 152+34+154=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 154 - color contains mainly: blue. Hex color #98229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98229A is #67DD65. Grayscale: #525252. Windows color (decimal): -6806886 or 10101400. OLE color: 10101400.
HSL color Cylindrical-coordinate representation of color #98229A: hue angle of 299º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98229A is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 34 | 154 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.40 |
| HSL | 299º | 0.64% | 0.37% | - |
| HSV(B) | 299º | 0.78% | 0.6% | - |
| XYZ | 19.35 | 10.15 | 31.51 | - |
| YUV | 82.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 34 | 154 | 0.01 | 0.78 | 0 | 0.40 | 299 | 0.64 | 0.37 |
| Hex | 98 | 22 | 9A | 1 | 4E | 0 | 28 | 12B | 40 | 25 |
| Octal | 230 | 42 | 232 | 1 | 116 | 0 | 50 | 453 | 100 | 45 |
| Binary | 10011000 | 100010 | 10011010 | 1 | 1001110 | 0 | 101000 | 100101011 | 1000000 | 100101 |
Color Harmonies of #98229A
Complementary color
Monochromatic Colors of #98229A
Black with #98229A
Text Example
Text Example
White with #98229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98229A; }
p { color: rgb(152,34,154); }
H1.HeaderClassName
{
color: #98229A;
}
.AnyTagClassName
{
color: #98229A;
}
</style>
background-color css
<style>
a { background-color: #98229A; }
a { background-color: rgb(152,34,154); }
div.DivClassName
{
background-color: #98229A;
}
.BgClassName
{
background-color: #98229A;
}
</style>
border-color css
<style>
span { border-color: #98229A; }
span { border-color: rgb(152,34,154); }
td.TdClassName
{
border-color: #98229A;
}
.TagClassName
{
border-color: #98229A;
}
</style>