Shades of Vivid Violet #98338F
Tints of Vivid Violet #98338F
RGB
CMYK
RGB Variations
Color information
#98338F (or 0x98338F) is known color: Vivid Violet. HEX triplet: 98, 33 and 8F. RGB value is (152,51,143). Sum of RGB (Red+Green+Blue) = 152+51+143=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98338F is #67CC70. Grayscale: #5B5B5B. Windows color (decimal): -6802545 or 9384856. OLE color: 9384856.
HSL color Cylindrical-coordinate representation of color #98338F: hue angle of 305.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98338F is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 143 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.40 |
| HSL | 305.35º | 0.5% | 0.4% | - |
| HSV(B) | 305.35º | 0.66% | 0.6% | - |
| XYZ | 19.09 | 11.03 | 27.11 | - |
| YUV | 91.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 143 | 0 | 0.66 | 0.06 | 0.40 | 305.35 | 0.5 | 0.4 |
| Hex | 98 | 33 | 8F | 0 | 42 | 6 | 28 | 131 | 32 | 28 |
| Octal | 230 | 63 | 217 | 0 | 102 | 6 | 50 | 461 | 62 | 50 |
| Binary | 10011000 | 110011 | 10001111 | 0 | 1000010 | 110 | 101000 | 100110001 | 110010 | 101000 |
Color Harmonies of #98338F
Complementary color
Monochromatic Colors of #98338F
Black with #98338F
Text Example
Text Example
White with #98338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98338F; }
p { color: rgb(152,51,143); }
H1.HeaderClassName
{
color: #98338F;
}
.AnyTagClassName
{
color: #98338F;
}
</style>
background-color css
<style>
a { background-color: #98338F; }
a { background-color: rgb(152,51,143); }
div.DivClassName
{
background-color: #98338F;
}
.BgClassName
{
background-color: #98338F;
}
</style>
border-color css
<style>
span { border-color: #98338F; }
span { border-color: rgb(152,51,143); }
td.TdClassName
{
border-color: #98338F;
}
.TagClassName
{
border-color: #98338F;
}
</style>