Shades of Violet Blue #98448B
Tints of Violet Blue #98448B
RGB
CMYK
RGB Variations
Color information
#98448B (or 0x98448B) is known color: Violet Blue. HEX triplet: 98, 44 and 8B. RGB value is (152,68,139). Sum of RGB (Red+Green+Blue) = 152+68+139=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98448B is #67BB74. Grayscale: #656565. Windows color (decimal): -6798197 or 9127064. OLE color: 9127064.
HSL color Cylindrical-coordinate representation of color #98448B: hue angle of 309.29º 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 #98448B is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 68 | 139 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.40 |
| HSL | 309.29º | 0.38% | 0.43% | - |
| HSV(B) | 309.29º | 0.55% | 0.6% | - |
| XYZ | 19.68 | 12.67 | 25.84 | - |
| YUV | 101.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 139 | 0 | 0.55 | 0.09 | 0.40 | 309.29 | 0.38 | 0.43 |
| Hex | 98 | 44 | 8B | 0 | 37 | 9 | 28 | 135 | 26 | 2B |
| Octal | 230 | 104 | 213 | 0 | 67 | 11 | 50 | 465 | 46 | 53 |
| Binary | 10011000 | 1000100 | 10001011 | 0 | 110111 | 1001 | 101000 | 100110101 | 100110 | 101011 |
Color Harmonies of #98448B
Complementary color
Monochromatic Colors of #98448B
Black with #98448B
Text Example
Text Example
White with #98448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98448B; }
p { color: rgb(152,68,139); }
H1.HeaderClassName
{
color: #98448B;
}
.AnyTagClassName
{
color: #98448B;
}
</style>
background-color css
<style>
a { background-color: #98448B; }
a { background-color: rgb(152,68,139); }
div.DivClassName
{
background-color: #98448B;
}
.BgClassName
{
background-color: #98448B;
}
</style>
border-color css
<style>
span { border-color: #98448B; }
span { border-color: rgb(152,68,139); }
td.TdClassName
{
border-color: #98448B;
}
.TagClassName
{
border-color: #98448B;
}
</style>