Shades of Violet Blue #98428F
Tints of Violet Blue #98428F
RGB
CMYK
RGB Variations
Color information
#98428F (or 0x98428F) is known color: Violet Blue. HEX triplet: 98, 42 and 8F. RGB value is (152,66,143). Sum of RGB (Red+Green+Blue) = 152+66+143=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98428F is #67BD70. Grayscale: #646464. Windows color (decimal): -6798705 or 9388696. OLE color: 9388696.
HSL color Cylindrical-coordinate representation of color #98428F: hue angle of 306.28º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98428F is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 143 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.40 |
| HSL | 306.28º | 0.39% | 0.43% | - |
| HSV(B) | 306.28º | 0.57% | 0.6% | - |
| XYZ | 19.86 | 12.56 | 27.36 | - |
| YUV | 100.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 143 | 0 | 0.57 | 0.06 | 0.40 | 306.28 | 0.39 | 0.43 |
| Hex | 98 | 42 | 8F | 0 | 39 | 6 | 28 | 132 | 27 | 2B |
| Octal | 230 | 102 | 217 | 0 | 71 | 6 | 50 | 462 | 47 | 53 |
| Binary | 10011000 | 1000010 | 10001111 | 0 | 111001 | 110 | 101000 | 100110010 | 100111 | 101011 |
Color Harmonies of #98428F
Complementary color
Monochromatic Colors of #98428F
Black with #98428F
Text Example
Text Example
White with #98428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98428F; }
p { color: rgb(152,66,143); }
H1.HeaderClassName
{
color: #98428F;
}
.AnyTagClassName
{
color: #98428F;
}
</style>
background-color css
<style>
a { background-color: #98428F; }
a { background-color: rgb(152,66,143); }
div.DivClassName
{
background-color: #98428F;
}
.BgClassName
{
background-color: #98428F;
}
</style>
border-color css
<style>
span { border-color: #98428F; }
span { border-color: rgb(152,66,143); }
td.TdClassName
{
border-color: #98428F;
}
.TagClassName
{
border-color: #98428F;
}
</style>