Shades of Vivid Violet #98309A
Tints of Vivid Violet #98309A
RGB
CMYK
RGB Variations
Color information
#98309A (or 0x98309A) is known color: Vivid Violet. HEX triplet: 98, 30 and 9A. RGB value is (152,48,154). Sum of RGB (Red+Green+Blue) = 152+48+154=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #98309A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98309A is #67CF65. Grayscale: #5A5A5A. Windows color (decimal): -6803302 or 10104984. OLE color: 10104984.
HSL color Cylindrical-coordinate representation of color #98309A: hue angle of 298.87º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98309A is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 154 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.40 |
| HSL | 298.87º | 0.52% | 0.4% | - |
| HSV(B) | 298.87º | 0.69% | 0.6% | - |
| XYZ | 19.84 | 11.12 | 31.67 | - |
| YUV | 91.18 | 163.46 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 154 | 0.01 | 0.69 | 0 | 0.40 | 298.87 | 0.52 | 0.4 |
| Hex | 98 | 30 | 9A | 1 | 45 | 0 | 28 | 12B | 34 | 28 |
| Octal | 230 | 60 | 232 | 1 | 105 | 0 | 50 | 453 | 64 | 50 |
| Binary | 10011000 | 110000 | 10011010 | 1 | 1000101 | 0 | 101000 | 100101011 | 110100 | 101000 |
Color Harmonies of #98309A
Complementary color
Monochromatic Colors of #98309A
Black with #98309A
Text Example
Text Example
White with #98309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98309A; }
p { color: rgb(152,48,154); }
H1.HeaderClassName
{
color: #98309A;
}
.AnyTagClassName
{
color: #98309A;
}
</style>
background-color css
<style>
a { background-color: #98309A; }
a { background-color: rgb(152,48,154); }
div.DivClassName
{
background-color: #98309A;
}
.BgClassName
{
background-color: #98309A;
}
</style>
border-color css
<style>
span { border-color: #98309A; }
span { border-color: rgb(152,48,154); }
td.TdClassName
{
border-color: #98309A;
}
.TagClassName
{
border-color: #98309A;
}
</style>