Shades of Vivid Violet #98399C
Tints of Vivid Violet #98399C
RGB
CMYK
RGB Variations
Color information
#98399C (or 0x98399C) is known color: Vivid Violet. HEX triplet: 98, 39 and 9C. RGB value is (152,57,156). Sum of RGB (Red+Green+Blue) = 152+57+156=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #98399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98399C is #67C663. Grayscale: #606060. Windows color (decimal): -6800996 or 10238360. OLE color: 10238360.
HSL color Cylindrical-coordinate representation of color #98399C: hue angle of 297.58º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98399C is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 57 | 156 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.39 |
| HSL | 297.58º | 0.46% | 0.42% | - |
| HSV(B) | 297.58º | 0.63% | 0.61% | - |
| XYZ | 20.41 | 12 | 32.69 | - |
| YUV | 96.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 156 | 0.03 | 0.63 | 0 | 0.39 | 297.58 | 0.46 | 0.42 |
| Hex | 98 | 39 | 9C | 3 | 3F | 0 | 27 | 12A | 2E | 2A |
| Octal | 230 | 71 | 234 | 3 | 77 | 0 | 47 | 452 | 56 | 52 |
| Binary | 10011000 | 111001 | 10011100 | 11 | 111111 | 0 | 100111 | 100101010 | 101110 | 101010 |
Color Harmonies of #98399C
Complementary color
Monochromatic Colors of #98399C
Black with #98399C
Text Example
Text Example
White with #98399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98399C; }
p { color: rgb(152,57,156); }
H1.HeaderClassName
{
color: #98399C;
}
.AnyTagClassName
{
color: #98399C;
}
</style>
background-color css
<style>
a { background-color: #98399C; }
a { background-color: rgb(152,57,156); }
div.DivClassName
{
background-color: #98399C;
}
.BgClassName
{
background-color: #98399C;
}
</style>
border-color css
<style>
span { border-color: #98399C; }
span { border-color: rgb(152,57,156); }
td.TdClassName
{
border-color: #98399C;
}
.TagClassName
{
border-color: #98399C;
}
</style>