Shades of Violet Blue #98458A
Tints of Violet Blue #98458A
RGB
CMYK
RGB Variations
Color information
#98458A (or 0x98458A) is known color: Violet Blue. HEX triplet: 98, 45 and 8A. RGB value is (152,69,138). Sum of RGB (Red+Green+Blue) = 152+69+138=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98458A is #67BA75. Grayscale: #656565. Windows color (decimal): -6797942 or 9061784. OLE color: 9061784.
HSL color Cylindrical-coordinate representation of color #98458A: hue angle of 310.12º 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 #98458A is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 138 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.40 |
| HSL | 310.12º | 0.38% | 0.43% | - |
| HSV(B) | 310.12º | 0.55% | 0.6% | - |
| XYZ | 19.66 | 12.77 | 25.47 | - |
| YUV | 101.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 138 | 0 | 0.55 | 0.09 | 0.40 | 310.12 | 0.38 | 0.43 |
| Hex | 98 | 45 | 8A | 0 | 37 | 9 | 28 | 136 | 26 | 2B |
| Octal | 230 | 105 | 212 | 0 | 67 | 11 | 50 | 466 | 46 | 53 |
| Binary | 10011000 | 1000101 | 10001010 | 0 | 110111 | 1001 | 101000 | 100110110 | 100110 | 101011 |
Color Harmonies of #98458A
Complementary color
Monochromatic Colors of #98458A
Black with #98458A
Text Example
Text Example
White with #98458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98458A; }
p { color: rgb(152,69,138); }
H1.HeaderClassName
{
color: #98458A;
}
.AnyTagClassName
{
color: #98458A;
}
</style>
background-color css
<style>
a { background-color: #98458A; }
a { background-color: rgb(152,69,138); }
div.DivClassName
{
background-color: #98458A;
}
.BgClassName
{
background-color: #98458A;
}
</style>
border-color css
<style>
span { border-color: #98458A; }
span { border-color: rgb(152,69,138); }
td.TdClassName
{
border-color: #98458A;
}
.TagClassName
{
border-color: #98458A;
}
</style>