Shades of Blue Violet #933ADE
Tints of Blue Violet #933ADE
RGB
CMYK
RGB Variations
Color information
#933ADE (or 0x933ADE) is known color: Blue Violet. HEX triplet: 93, 3A and DE. RGB value is (147,58,222). Sum of RGB (Red+Green+Blue) = 147+58+222=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #933ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ADE is #6CC521. Grayscale: #666666. Windows color (decimal): -7128354 or 14563987. OLE color: 14563987.
HSL color Cylindrical-coordinate representation of color #933ADE: hue angle of 272.56º 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 #933ADE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 58 | 222 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.13 |
| HSL | 272.56º | 0.71% | 0.55% | - |
| HSV(B) | 272.56º | 0.74% | 0.87% | - |
| XYZ | 26.73 | 14.5 | 70.5 | - |
| YUV | 103.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 222 | 0.34 | 0.74 | 0 | 0.13 | 272.56 | 0.71 | 0.55 |
| Hex | 93 | 3A | DE | 22 | 4A | 0 | D | 111 | 47 | 37 |
| Octal | 223 | 72 | 336 | 42 | 112 | 0 | 15 | 421 | 107 | 67 |
| Binary | 10010011 | 111010 | 11011110 | 100010 | 1001010 | 0 | 1101 | 100010001 | 1000111 | 110111 |
Color Harmonies of #933ADE
Complementary color
Monochromatic Colors of #933ADE
Black with #933ADE
Text Example
Text Example
White with #933ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ADE; }
p { color: rgb(147,58,222); }
H1.HeaderClassName
{
color: #933ADE;
}
.AnyTagClassName
{
color: #933ADE;
}
</style>
background-color css
<style>
a { background-color: #933ADE; }
a { background-color: rgb(147,58,222); }
div.DivClassName
{
background-color: #933ADE;
}
.BgClassName
{
background-color: #933ADE;
}
</style>
border-color css
<style>
span { border-color: #933ADE; }
span { border-color: rgb(147,58,222); }
td.TdClassName
{
border-color: #933ADE;
}
.TagClassName
{
border-color: #933ADE;
}
</style>