Shades of Blue Violet #933ADD
Tints of Blue Violet #933ADD
RGB
CMYK
RGB Variations
Color information
#933ADD (or 0x933ADD) is known color: Blue Violet. HEX triplet: 93, 3A and DD. RGB value is (147,58,221). Sum of RGB (Red+Green+Blue) = 147+58+221=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #933ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ADD is #6CC522. Grayscale: #666666. Windows color (decimal): -7128355 or 14498451. OLE color: 14498451.
HSL color Cylindrical-coordinate representation of color #933ADD: hue angle of 272.76º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #933ADD is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 58 | 221 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.13 |
| HSL | 272.76º | 0.71% | 0.55% | - |
| HSV(B) | 272.76º | 0.74% | 0.87% | - |
| XYZ | 26.6 | 14.45 | 69.79 | - |
| YUV | 103.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 221 | 0.33 | 0.74 | 0 | 0.13 | 272.76 | 0.71 | 0.55 |
| Hex | 93 | 3A | DD | 21 | 4A | 0 | D | 111 | 47 | 37 |
| Octal | 223 | 72 | 335 | 41 | 112 | 0 | 15 | 421 | 107 | 67 |
| Binary | 10010011 | 111010 | 11011101 | 100001 | 1001010 | 0 | 1101 | 100010001 | 1000111 | 110111 |
Color Harmonies of #933ADD
Complementary color
Monochromatic Colors of #933ADD
Black with #933ADD
Text Example
Text Example
White with #933ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ADD; }
p { color: rgb(147,58,221); }
H1.HeaderClassName
{
color: #933ADD;
}
.AnyTagClassName
{
color: #933ADD;
}
</style>
background-color css
<style>
a { background-color: #933ADD; }
a { background-color: rgb(147,58,221); }
div.DivClassName
{
background-color: #933ADD;
}
.BgClassName
{
background-color: #933ADD;
}
</style>
border-color css
<style>
span { border-color: #933ADD; }
span { border-color: rgb(147,58,221); }
td.TdClassName
{
border-color: #933ADD;
}
.TagClassName
{
border-color: #933ADD;
}
</style>