Shades of Violet Blue #934998
Tints of Violet Blue #934998
RGB
CMYK
RGB Variations
Color information
#934998 (or 0x934998) is known color: Violet Blue. HEX triplet: 93, 49 and 98. RGB value is (147,73,152). Sum of RGB (Red+Green+Blue) = 147+73+152=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #934998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #934998 is #6CB667. Grayscale: #676767. Windows color (decimal): -7124584 or 9980307. OLE color: 9980307.
HSL color Cylindrical-coordinate representation of color #934998: hue angle of 296.2º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #934998 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 73 | 152 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.40 |
| HSL | 296.2º | 0.35% | 0.44% | - |
| HSV(B) | 296.2º | 0.52% | 0.6% | - |
| XYZ | 20.08 | 13.24 | 31.2 | - |
| YUV | 104.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 152 | 0.03 | 0.52 | 0 | 0.40 | 296.2 | 0.35 | 0.44 |
| Hex | 93 | 49 | 98 | 3 | 34 | 0 | 28 | 128 | 23 | 2C |
| Octal | 223 | 111 | 230 | 3 | 64 | 0 | 50 | 450 | 43 | 54 |
| Binary | 10010011 | 1001001 | 10011000 | 11 | 110100 | 0 | 101000 | 100101000 | 100011 | 101100 |
Color Harmonies of #934998
Complementary color
Monochromatic Colors of #934998
Black with #934998
Text Example
Text Example
White with #934998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934998; }
p { color: rgb(147,73,152); }
H1.HeaderClassName
{
color: #934998;
}
.AnyTagClassName
{
color: #934998;
}
</style>
background-color css
<style>
a { background-color: #934998; }
a { background-color: rgb(147,73,152); }
div.DivClassName
{
background-color: #934998;
}
.BgClassName
{
background-color: #934998;
}
</style>
border-color css
<style>
span { border-color: #934998; }
span { border-color: rgb(147,73,152); }
td.TdClassName
{
border-color: #934998;
}
.TagClassName
{
border-color: #934998;
}
</style>