Shades of Blue Violet #9319DC
Tints of Blue Violet #9319DC
RGB
CMYK
RGB Variations
Color information
#9319DC (or 0x9319DC) is known color: Blue Violet. HEX triplet: 93, 19 and DC. RGB value is (147,25,220). Sum of RGB (Red+Green+Blue) = 147+25+220=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #9319DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9319DC is #6CE623. Grayscale: #535353. Windows color (decimal): -7136804 or 14424467. OLE color: 14424467.
HSL color Cylindrical-coordinate representation of color #9319DC: hue angle of 277.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9319DC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 25 | 220 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.14 |
| HSL | 277.54º | 0.8% | 0.48% | - |
| HSV(B) | 277.54º | 0.89% | 0.86% | - |
| XYZ | 25.3 | 12.07 | 68.71 | - |
| YUV | 83.71 | 204.92 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 220 | 0.33 | 0.89 | 0 | 0.14 | 277.54 | 0.8 | 0.48 |
| Hex | 93 | 19 | DC | 21 | 59 | 0 | E | 116 | 50 | 30 |
| Octal | 223 | 31 | 334 | 41 | 131 | 0 | 16 | 426 | 120 | 60 |
| Binary | 10010011 | 11001 | 11011100 | 100001 | 1011001 | 0 | 1110 | 100010110 | 1010000 | 110000 |
Color Harmonies of #9319DC
Complementary color
Monochromatic Colors of #9319DC
Black with #9319DC
Text Example
Text Example
White with #9319DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9319DC; }
p { color: rgb(147,25,220); }
H1.HeaderClassName
{
color: #9319DC;
}
.AnyTagClassName
{
color: #9319DC;
}
</style>
background-color css
<style>
a { background-color: #9319DC; }
a { background-color: rgb(147,25,220); }
div.DivClassName
{
background-color: #9319DC;
}
.BgClassName
{
background-color: #9319DC;
}
</style>
border-color css
<style>
span { border-color: #9319DC; }
span { border-color: rgb(147,25,220); }
td.TdClassName
{
border-color: #9319DC;
}
.TagClassName
{
border-color: #9319DC;
}
</style>