Shades of Violet Blue #98458E
Tints of Violet Blue #98458E
RGB
CMYK
RGB Variations
Color information
#98458E (or 0x98458E) is known color: Violet Blue. HEX triplet: 98, 45 and 8E. RGB value is (152,69,142). Sum of RGB (Red+Green+Blue) = 152+69+142=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98458E is #67BA71. Grayscale: #656565. Windows color (decimal): -6797938 or 9323928. OLE color: 9323928.
HSL color Cylindrical-coordinate representation of color #98458E: hue angle of 307.23º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98458E is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 142 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.40 |
| HSL | 307.23º | 0.38% | 0.43% | - |
| HSV(B) | 307.23º | 0.55% | 0.6% | - |
| XYZ | 19.96 | 12.88 | 27.03 | - |
| YUV | 102.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 142 | 0 | 0.55 | 0.07 | 0.40 | 307.23 | 0.38 | 0.43 |
| Hex | 98 | 45 | 8E | 0 | 37 | 7 | 28 | 133 | 26 | 2B |
| Octal | 230 | 105 | 216 | 0 | 67 | 7 | 50 | 463 | 46 | 53 |
| Binary | 10011000 | 1000101 | 10001110 | 0 | 110111 | 111 | 101000 | 100110011 | 100110 | 101011 |
Color Harmonies of #98458E
Complementary color
Monochromatic Colors of #98458E
Black with #98458E
Text Example
Text Example
White with #98458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98458E; }
p { color: rgb(152,69,142); }
H1.HeaderClassName
{
color: #98458E;
}
.AnyTagClassName
{
color: #98458E;
}
</style>
background-color css
<style>
a { background-color: #98458E; }
a { background-color: rgb(152,69,142); }
div.DivClassName
{
background-color: #98458E;
}
.BgClassName
{
background-color: #98458E;
}
</style>
border-color css
<style>
span { border-color: #98458E; }
span { border-color: rgb(152,69,142); }
td.TdClassName
{
border-color: #98458E;
}
.TagClassName
{
border-color: #98458E;
}
</style>