Shades of Violet Blue #98458B
Tints of Violet Blue #98458B
RGB
CMYK
RGB Variations
Color information
#98458B (or 0x98458B) is known color: Violet Blue. HEX triplet: 98, 45 and 8B. RGB value is (152,69,139). Sum of RGB (Red+Green+Blue) = 152+69+139=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98458B is #67BA74. Grayscale: #656565. Windows color (decimal): -6797941 or 9127320. OLE color: 9127320.
HSL color Cylindrical-coordinate representation of color #98458B: hue angle of 309.4º 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 #98458B is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 139 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.40 |
| HSL | 309.4º | 0.38% | 0.43% | - |
| HSV(B) | 309.4º | 0.55% | 0.6% | - |
| XYZ | 19.74 | 12.8 | 25.86 | - |
| YUV | 101.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 139 | 0 | 0.55 | 0.09 | 0.40 | 309.4 | 0.38 | 0.43 |
| Hex | 98 | 45 | 8B | 0 | 37 | 9 | 28 | 135 | 26 | 2B |
| Octal | 230 | 105 | 213 | 0 | 67 | 11 | 50 | 465 | 46 | 53 |
| Binary | 10011000 | 1000101 | 10001011 | 0 | 110111 | 1001 | 101000 | 100110101 | 100110 | 101011 |
Color Harmonies of #98458B
Complementary color
Monochromatic Colors of #98458B
Black with #98458B
Text Example
Text Example
White with #98458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98458B; }
p { color: rgb(152,69,139); }
H1.HeaderClassName
{
color: #98458B;
}
.AnyTagClassName
{
color: #98458B;
}
</style>
background-color css
<style>
a { background-color: #98458B; }
a { background-color: rgb(152,69,139); }
div.DivClassName
{
background-color: #98458B;
}
.BgClassName
{
background-color: #98458B;
}
</style>
border-color css
<style>
span { border-color: #98458B; }
span { border-color: rgb(152,69,139); }
td.TdClassName
{
border-color: #98458B;
}
.TagClassName
{
border-color: #98458B;
}
</style>