Shades of Blue Violet #921DDD
Tints of Blue Violet #921DDD
RGB
CMYK
RGB Variations
Color information
#921DDD (or 0x921DDD) is known color: Blue Violet. HEX triplet: 92, 1D and DD. RGB value is (146,29,221). Sum of RGB (Red+Green+Blue) = 146+29+221=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #921DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DDD is #6DE222. Grayscale: #555555. Windows color (decimal): -7201315 or 14491026. OLE color: 14491026.
HSL color Cylindrical-coordinate representation of color #921DDD: hue angle of 276.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921DDD is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 29 | 221 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.13 |
| HSL | 276.56º | 0.77% | 0.49% | - |
| HSV(B) | 276.56º | 0.87% | 0.87% | - |
| XYZ | 25.34 | 12.21 | 69.43 | - |
| YUV | 85.87 | 204.26 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 29 | 221 | 0.34 | 0.87 | 0 | 0.13 | 276.56 | 0.77 | 0.49 |
| Hex | 92 | 1D | DD | 22 | 57 | 0 | D | 115 | 4D | 31 |
| Octal | 222 | 35 | 335 | 42 | 127 | 0 | 15 | 425 | 115 | 61 |
| Binary | 10010010 | 11101 | 11011101 | 100010 | 1010111 | 0 | 1101 | 100010101 | 1001101 | 110001 |
Color Harmonies of #921DDD
Complementary color
Monochromatic Colors of #921DDD
Black with #921DDD
Text Example
Text Example
White with #921DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921DDD; }
p { color: rgb(146,29,221); }
H1.HeaderClassName
{
color: #921DDD;
}
.AnyTagClassName
{
color: #921DDD;
}
</style>
background-color css
<style>
a { background-color: #921DDD; }
a { background-color: rgb(146,29,221); }
div.DivClassName
{
background-color: #921DDD;
}
.BgClassName
{
background-color: #921DDD;
}
</style>
border-color css
<style>
span { border-color: #921DDD; }
span { border-color: rgb(146,29,221); }
td.TdClassName
{
border-color: #921DDD;
}
.TagClassName
{
border-color: #921DDD;
}
</style>