Shades of Blue Violet #9331DD
Tints of Blue Violet #9331DD
RGB
CMYK
RGB Variations
Color information
#9331DD (or 0x9331DD) is known color: Blue Violet. HEX triplet: 93, 31 and DD. RGB value is (147,49,221). Sum of RGB (Red+Green+Blue) = 147+49+221=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #9331DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331DD is #6CCE22. Grayscale: #616161. Windows color (decimal): -7130659 or 14496147. OLE color: 14496147.
HSL color Cylindrical-coordinate representation of color #9331DD: hue angle of 274.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9331DD is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 49 | 221 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.13 |
| HSL | 274.19º | 0.72% | 0.53% | - |
| HSV(B) | 274.19º | 0.78% | 0.87% | - |
| XYZ | 26.18 | 13.62 | 69.66 | - |
| YUV | 97.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 221 | 0.33 | 0.78 | 0 | 0.13 | 274.19 | 0.72 | 0.53 |
| Hex | 93 | 31 | DD | 21 | 4E | 0 | D | 112 | 48 | 35 |
| Octal | 223 | 61 | 335 | 41 | 116 | 0 | 15 | 422 | 110 | 65 |
| Binary | 10010011 | 110001 | 11011101 | 100001 | 1001110 | 0 | 1101 | 100010010 | 1001000 | 110101 |
Color Harmonies of #9331DD
Complementary color
Monochromatic Colors of #9331DD
Black with #9331DD
Text Example
Text Example
White with #9331DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331DD; }
p { color: rgb(147,49,221); }
H1.HeaderClassName
{
color: #9331DD;
}
.AnyTagClassName
{
color: #9331DD;
}
</style>
background-color css
<style>
a { background-color: #9331DD; }
a { background-color: rgb(147,49,221); }
div.DivClassName
{
background-color: #9331DD;
}
.BgClassName
{
background-color: #9331DD;
}
</style>
border-color css
<style>
span { border-color: #9331DD; }
span { border-color: rgb(147,49,221); }
td.TdClassName
{
border-color: #9331DD;
}
.TagClassName
{
border-color: #9331DD;
}
</style>