Shades of Vivid Violet #98349C
Tints of Vivid Violet #98349C
RGB
CMYK
RGB Variations
Color information
#98349C (or 0x98349C) is known color: Vivid Violet. HEX triplet: 98, 34 and 9C. RGB value is (152,52,156). Sum of RGB (Red+Green+Blue) = 152+52+156=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #98349C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98349C is #67CB63. Grayscale: #5D5D5D. Windows color (decimal): -6802276 or 10237080. OLE color: 10237080.
HSL color Cylindrical-coordinate representation of color #98349C: hue angle of 297.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #98349C is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 52 | 156 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.39 |
| HSL | 297.69º | 0.5% | 0.41% | - |
| HSV(B) | 297.69º | 0.67% | 0.61% | - |
| XYZ | 20.18 | 11.53 | 32.61 | - |
| YUV | 93.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 52 | 156 | 0.03 | 0.67 | 0 | 0.39 | 297.69 | 0.5 | 0.41 |
| Hex | 98 | 34 | 9C | 3 | 43 | 0 | 27 | 12A | 32 | 29 |
| Octal | 230 | 64 | 234 | 3 | 103 | 0 | 47 | 452 | 62 | 51 |
| Binary | 10011000 | 110100 | 10011100 | 11 | 1000011 | 0 | 100111 | 100101010 | 110010 | 101001 |
Color Harmonies of #98349C
Complementary color
Monochromatic Colors of #98349C
Black with #98349C
Text Example
Text Example
White with #98349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98349C; }
p { color: rgb(152,52,156); }
H1.HeaderClassName
{
color: #98349C;
}
.AnyTagClassName
{
color: #98349C;
}
</style>
background-color css
<style>
a { background-color: #98349C; }
a { background-color: rgb(152,52,156); }
div.DivClassName
{
background-color: #98349C;
}
.BgClassName
{
background-color: #98349C;
}
</style>
border-color css
<style>
span { border-color: #98349C; }
span { border-color: rgb(152,52,156); }
td.TdClassName
{
border-color: #98349C;
}
.TagClassName
{
border-color: #98349C;
}
</style>