Shades of Blue Violet #931ADD
Tints of Blue Violet #931ADD
RGB
CMYK
RGB Variations
Color information
#931ADD (or 0x931ADD) is known color: Blue Violet. HEX triplet: 93, 1A and DD. RGB value is (147,26,221). Sum of RGB (Red+Green+Blue) = 147+26+221=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #931ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931ADD is #6CE522. Grayscale: #535353. Windows color (decimal): -7136547 or 14490259. OLE color: 14490259.
HSL color Cylindrical-coordinate representation of color #931ADD: hue angle of 277.23º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931ADD is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 26 | 221 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.13 |
| HSL | 277.23º | 0.79% | 0.48% | - |
| HSV(B) | 277.23º | 0.88% | 0.87% | - |
| XYZ | 25.45 | 12.16 | 69.41 | - |
| YUV | 84.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 221 | 0.33 | 0.88 | 0 | 0.13 | 277.23 | 0.79 | 0.48 |
| Hex | 93 | 1A | DD | 21 | 58 | 0 | D | 115 | 4F | 30 |
| Octal | 223 | 32 | 335 | 41 | 130 | 0 | 15 | 425 | 117 | 60 |
| Binary | 10010011 | 11010 | 11011101 | 100001 | 1011000 | 0 | 1101 | 100010101 | 1001111 | 110000 |
Color Harmonies of #931ADD
Complementary color
Monochromatic Colors of #931ADD
Black with #931ADD
Text Example
Text Example
White with #931ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931ADD; }
p { color: rgb(147,26,221); }
H1.HeaderClassName
{
color: #931ADD;
}
.AnyTagClassName
{
color: #931ADD;
}
</style>
background-color css
<style>
a { background-color: #931ADD; }
a { background-color: rgb(147,26,221); }
div.DivClassName
{
background-color: #931ADD;
}
.BgClassName
{
background-color: #931ADD;
}
</style>
border-color css
<style>
span { border-color: #931ADD; }
span { border-color: rgb(147,26,221); }
td.TdClassName
{
border-color: #931ADD;
}
.TagClassName
{
border-color: #931ADD;
}
</style>