Shades of Vivid Violet #98269B
Tints of Vivid Violet #98269B
RGB
CMYK
RGB Variations
Color information
#98269B (or 0x98269B) is known color: Vivid Violet. HEX triplet: 98, 26 and 9B. RGB value is (152,38,155). Sum of RGB (Red+Green+Blue) = 152+38+155=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #98269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98269B is #67D964. Grayscale: #555555. Windows color (decimal): -6805861 or 10167960. OLE color: 10167960.
HSL color Cylindrical-coordinate representation of color #98269B: hue angle of 298.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98269B is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 38 | 155 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.39 |
| HSL | 298.46º | 0.61% | 0.38% | - |
| HSV(B) | 298.46º | 0.75% | 0.61% | - |
| XYZ | 19.56 | 10.43 | 31.99 | - |
| YUV | 85.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 38 | 155 | 0.02 | 0.75 | 0 | 0.39 | 298.46 | 0.61 | 0.38 |
| Hex | 98 | 26 | 9B | 2 | 4B | 0 | 27 | 12A | 3D | 26 |
| Octal | 230 | 46 | 233 | 2 | 113 | 0 | 47 | 452 | 75 | 46 |
| Binary | 10011000 | 100110 | 10011011 | 10 | 1001011 | 0 | 100111 | 100101010 | 111101 | 100110 |
Color Harmonies of #98269B
Complementary color
Monochromatic Colors of #98269B
Black with #98269B
Text Example
Text Example
White with #98269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98269B; }
p { color: rgb(152,38,155); }
H1.HeaderClassName
{
color: #98269B;
}
.AnyTagClassName
{
color: #98269B;
}
</style>
background-color css
<style>
a { background-color: #98269B; }
a { background-color: rgb(152,38,155); }
div.DivClassName
{
background-color: #98269B;
}
.BgClassName
{
background-color: #98269B;
}
</style>
border-color css
<style>
span { border-color: #98269B; }
span { border-color: rgb(152,38,155); }
td.TdClassName
{
border-color: #98269B;
}
.TagClassName
{
border-color: #98269B;
}
</style>