Shades of Violet Blue #98438D
Tints of Violet Blue #98438D
RGB
CMYK
RGB Variations
Color information
#98438D (or 0x98438D) is known color: Violet Blue. HEX triplet: 98, 43 and 8D. RGB value is (152,67,141). Sum of RGB (Red+Green+Blue) = 152+67+141=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438D is #67BC72. Grayscale: #646464. Windows color (decimal): -6798451 or 9257880. OLE color: 9257880.
HSL color Cylindrical-coordinate representation of color #98438D: hue angle of 307.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98438D is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 141 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.40 |
| HSL | 307.76º | 0.39% | 0.43% | - |
| HSV(B) | 307.76º | 0.56% | 0.6% | - |
| XYZ | 19.76 | 12.61 | 26.59 | - |
| YUV | 100.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 141 | 0 | 0.56 | 0.07 | 0.40 | 307.76 | 0.39 | 0.43 |
| Hex | 98 | 43 | 8D | 0 | 38 | 7 | 28 | 134 | 27 | 2B |
| Octal | 230 | 103 | 215 | 0 | 70 | 7 | 50 | 464 | 47 | 53 |
| Binary | 10011000 | 1000011 | 10001101 | 0 | 111000 | 111 | 101000 | 100110100 | 100111 | 101011 |
Color Harmonies of #98438D
Complementary color
Monochromatic Colors of #98438D
Black with #98438D
Text Example
Text Example
White with #98438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98438D; }
p { color: rgb(152,67,141); }
H1.HeaderClassName
{
color: #98438D;
}
.AnyTagClassName
{
color: #98438D;
}
</style>
background-color css
<style>
a { background-color: #98438D; }
a { background-color: rgb(152,67,141); }
div.DivClassName
{
background-color: #98438D;
}
.BgClassName
{
background-color: #98438D;
}
</style>
border-color css
<style>
span { border-color: #98438D; }
span { border-color: rgb(152,67,141); }
td.TdClassName
{
border-color: #98438D;
}
.TagClassName
{
border-color: #98438D;
}
</style>