Shades of Violet Blue #98478A
Tints of Violet Blue #98478A
RGB
CMYK
RGB Variations
Color information
#98478A (or 0x98478A) is known color: Violet Blue. HEX triplet: 98, 47 and 8A. RGB value is (152,71,138). Sum of RGB (Red+Green+Blue) = 152+71+138=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98478A is #67B875. Grayscale: #666666. Windows color (decimal): -6797430 or 9062296. OLE color: 9062296.
HSL color Cylindrical-coordinate representation of color #98478A: hue angle of 310.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98478A is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 138 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.40 |
| HSL | 310.37º | 0.36% | 0.44% | - |
| HSV(B) | 310.37º | 0.53% | 0.6% | - |
| XYZ | 19.79 | 13.02 | 25.51 | - |
| YUV | 102.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 138 | 0 | 0.53 | 0.09 | 0.40 | 310.37 | 0.36 | 0.44 |
| Hex | 98 | 47 | 8A | 0 | 35 | 9 | 28 | 136 | 24 | 2C |
| Octal | 230 | 107 | 212 | 0 | 65 | 11 | 50 | 466 | 44 | 54 |
| Binary | 10011000 | 1000111 | 10001010 | 0 | 110101 | 1001 | 101000 | 100110110 | 100100 | 101100 |
Color Harmonies of #98478A
Complementary color
Monochromatic Colors of #98478A
Black with #98478A
Text Example
Text Example
White with #98478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98478A; }
p { color: rgb(152,71,138); }
H1.HeaderClassName
{
color: #98478A;
}
.AnyTagClassName
{
color: #98478A;
}
</style>
background-color css
<style>
a { background-color: #98478A; }
a { background-color: rgb(152,71,138); }
div.DivClassName
{
background-color: #98478A;
}
.BgClassName
{
background-color: #98478A;
}
</style>
border-color css
<style>
span { border-color: #98478A; }
span { border-color: rgb(152,71,138); }
td.TdClassName
{
border-color: #98478A;
}
.TagClassName
{
border-color: #98478A;
}
</style>