Shades of Vivid Violet #98419C
Tints of Vivid Violet #98419C
RGB
CMYK
RGB Variations
Color information
#98419C (or 0x98419C) is known color: Vivid Violet. HEX triplet: 98, 41 and 9C. RGB value is (152,65,156). Sum of RGB (Red+Green+Blue) = 152+65+156=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #98419C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98419C is #67BE63. Grayscale: #656565. Windows color (decimal): -6798948 or 10240408. OLE color: 10240408.
HSL color Cylindrical-coordinate representation of color #98419C: hue angle of 297.36º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98419C is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 65 | 156 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.39 |
| HSL | 297.36º | 0.41% | 0.43% | - |
| HSV(B) | 297.36º | 0.58% | 0.61% | - |
| XYZ | 20.84 | 12.86 | 32.84 | - |
| YUV | 101.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 156 | 0.03 | 0.58 | 0 | 0.39 | 297.36 | 0.41 | 0.43 |
| Hex | 98 | 41 | 9C | 3 | 3A | 0 | 27 | 129 | 29 | 2B |
| Octal | 230 | 101 | 234 | 3 | 72 | 0 | 47 | 451 | 51 | 53 |
| Binary | 10011000 | 1000001 | 10011100 | 11 | 111010 | 0 | 100111 | 100101001 | 101001 | 101011 |
Color Harmonies of #98419C
Complementary color
Monochromatic Colors of #98419C
Black with #98419C
Text Example
Text Example
White with #98419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98419C; }
p { color: rgb(152,65,156); }
H1.HeaderClassName
{
color: #98419C;
}
.AnyTagClassName
{
color: #98419C;
}
</style>
background-color css
<style>
a { background-color: #98419C; }
a { background-color: rgb(152,65,156); }
div.DivClassName
{
background-color: #98419C;
}
.BgClassName
{
background-color: #98419C;
}
</style>
border-color css
<style>
span { border-color: #98419C; }
span { border-color: rgb(152,65,156); }
td.TdClassName
{
border-color: #98419C;
}
.TagClassName
{
border-color: #98419C;
}
</style>