Shades of Vivid Violet #98269E
Tints of Vivid Violet #98269E
RGB
CMYK
RGB Variations
Color information
#98269E (or 0x98269E) is known color: Vivid Violet. HEX triplet: 98, 26 and 9E. RGB value is (152,38,158). Sum of RGB (Red+Green+Blue) = 152+38+158=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #98269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98269E is #67D961. Grayscale: #555555. Windows color (decimal): -6805858 or 10364568. OLE color: 10364568.
HSL color Cylindrical-coordinate representation of color #98269E: hue angle of 297º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98269E is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 38 | 158 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.38 |
| HSL | 297º | 0.61% | 0.38% | - |
| HSV(B) | 297º | 0.76% | 0.62% | - |
| XYZ | 19.81 | 10.53 | 33.34 | - |
| YUV | 85.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 158 | 0.04 | 0.76 | 0 | 0.38 | 297 | 0.61 | 0.38 |
| Hex | 98 | 26 | 9E | 4 | 4C | 0 | 26 | 129 | 3D | 26 |
| Octal | 230 | 46 | 236 | 4 | 114 | 0 | 46 | 451 | 75 | 46 |
| Binary | 10011000 | 100110 | 10011110 | 100 | 1001100 | 0 | 100110 | 100101001 | 111101 | 100110 |
Color Harmonies of #98269E
Complementary color
Monochromatic Colors of #98269E
Black with #98269E
Text Example
Text Example
White with #98269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98269E; }
p { color: rgb(152,38,158); }
H1.HeaderClassName
{
color: #98269E;
}
.AnyTagClassName
{
color: #98269E;
}
</style>
background-color css
<style>
a { background-color: #98269E; }
a { background-color: rgb(152,38,158); }
div.DivClassName
{
background-color: #98269E;
}
.BgClassName
{
background-color: #98269E;
}
</style>
border-color css
<style>
span { border-color: #98269E; }
span { border-color: rgb(152,38,158); }
td.TdClassName
{
border-color: #98269E;
}
.TagClassName
{
border-color: #98269E;
}
</style>