Shades of Violet Blue #984592
Tints of Violet Blue #984592
RGB
CMYK
RGB Variations
Color information
#984592 (or 0x984592) is known color: Violet Blue. HEX triplet: 98, 45 and 92. RGB value is (152,69,146). Sum of RGB (Red+Green+Blue) = 152+69+146=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #984592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984592 is #67BA6D. Grayscale: #666666. Windows color (decimal): -6797934 or 9586072. OLE color: 9586072.
HSL color Cylindrical-coordinate representation of color #984592: hue angle of 304.34º 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 #984592 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 146 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.40 |
| HSL | 304.34º | 0.38% | 0.43% | - |
| HSV(B) | 304.34º | 0.55% | 0.6% | - |
| XYZ | 20.27 | 13.01 | 28.64 | - |
| YUV | 102.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 146 | 0 | 0.55 | 0.04 | 0.40 | 304.34 | 0.38 | 0.43 |
| Hex | 98 | 45 | 92 | 0 | 37 | 4 | 28 | 130 | 26 | 2B |
| Octal | 230 | 105 | 222 | 0 | 67 | 4 | 50 | 460 | 46 | 53 |
| Binary | 10011000 | 1000101 | 10010010 | 0 | 110111 | 100 | 101000 | 100110000 | 100110 | 101011 |
Color Harmonies of #984592
Complementary color
Monochromatic Colors of #984592
Black with #984592
Text Example
Text Example
White with #984592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984592; }
p { color: rgb(152,69,146); }
H1.HeaderClassName
{
color: #984592;
}
.AnyTagClassName
{
color: #984592;
}
</style>
background-color css
<style>
a { background-color: #984592; }
a { background-color: rgb(152,69,146); }
div.DivClassName
{
background-color: #984592;
}
.BgClassName
{
background-color: #984592;
}
</style>
border-color css
<style>
span { border-color: #984592; }
span { border-color: rgb(152,69,146); }
td.TdClassName
{
border-color: #984592;
}
.TagClassName
{
border-color: #984592;
}
</style>