Shades of Violet Blue #984B93
Tints of Violet Blue #984B93
RGB
CMYK
RGB Variations
Color information
#984B93 (or 0x984B93) is known color: Violet Blue. HEX triplet: 98, 4B and 93. RGB value is (152,75,147). Sum of RGB (Red+Green+Blue) = 152+75+147=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #984B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984B93 is #67B46C. Grayscale: #6A6A6A. Windows color (decimal): -6796397 or 9653144. OLE color: 9653144.
HSL color Cylindrical-coordinate representation of color #984B93: hue angle of 303.9º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984B93 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 147 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.40 |
| HSL | 303.9º | 0.34% | 0.45% | - |
| HSV(B) | 303.9º | 0.51% | 0.6% | - |
| XYZ | 20.73 | 13.81 | 29.18 | - |
| YUV | 106.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 147 | 0 | 0.51 | 0.03 | 0.40 | 303.9 | 0.34 | 0.45 |
| Hex | 98 | 4B | 93 | 0 | 33 | 3 | 28 | 130 | 22 | 2D |
| Octal | 230 | 113 | 223 | 0 | 63 | 3 | 50 | 460 | 42 | 55 |
| Binary | 10011000 | 1001011 | 10010011 | 0 | 110011 | 11 | 101000 | 100110000 | 100010 | 101101 |
Color Harmonies of #984B93
Complementary color
Monochromatic Colors of #984B93
Black with #984B93
Text Example
Text Example
White with #984B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B93; }
p { color: rgb(152,75,147); }
H1.HeaderClassName
{
color: #984B93;
}
.AnyTagClassName
{
color: #984B93;
}
</style>
background-color css
<style>
a { background-color: #984B93; }
a { background-color: rgb(152,75,147); }
div.DivClassName
{
background-color: #984B93;
}
.BgClassName
{
background-color: #984B93;
}
</style>
border-color css
<style>
span { border-color: #984B93; }
span { border-color: rgb(152,75,147); }
td.TdClassName
{
border-color: #984B93;
}
.TagClassName
{
border-color: #984B93;
}
</style>