Shades of Vivid Violet #98289C
Tints of Vivid Violet #98289C
RGB
CMYK
RGB Variations
Color information
#98289C (or 0x98289C) is known color: Vivid Violet. HEX triplet: 98, 28 and 9C. RGB value is (152,40,156). Sum of RGB (Red+Green+Blue) = 152+40+156=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #98289C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98289C is #67D763. Grayscale: #565656. Windows color (decimal): -6805348 or 10234008. OLE color: 10234008.
HSL color Cylindrical-coordinate representation of color #98289C: hue angle of 297.93º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98289C is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 40 | 156 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.39 |
| HSL | 297.93º | 0.59% | 0.38% | - |
| HSV(B) | 297.93º | 0.74% | 0.61% | - |
| XYZ | 19.71 | 10.59 | 32.46 | - |
| YUV | 86.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 40 | 156 | 0.03 | 0.74 | 0 | 0.39 | 297.93 | 0.59 | 0.38 |
| Hex | 98 | 28 | 9C | 3 | 4A | 0 | 27 | 12A | 3B | 26 |
| Octal | 230 | 50 | 234 | 3 | 112 | 0 | 47 | 452 | 73 | 46 |
| Binary | 10011000 | 101000 | 10011100 | 11 | 1001010 | 0 | 100111 | 100101010 | 111011 | 100110 |
Color Harmonies of #98289C
Complementary color
Monochromatic Colors of #98289C
Black with #98289C
Text Example
Text Example
White with #98289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98289C; }
p { color: rgb(152,40,156); }
H1.HeaderClassName
{
color: #98289C;
}
.AnyTagClassName
{
color: #98289C;
}
</style>
background-color css
<style>
a { background-color: #98289C; }
a { background-color: rgb(152,40,156); }
div.DivClassName
{
background-color: #98289C;
}
.BgClassName
{
background-color: #98289C;
}
</style>
border-color css
<style>
span { border-color: #98289C; }
span { border-color: rgb(152,40,156); }
td.TdClassName
{
border-color: #98289C;
}
.TagClassName
{
border-color: #98289C;
}
</style>