Shades of Blue Violet #992DDD
Tints of Blue Violet #992DDD
RGB
CMYK
RGB Variations
Color information
#992DDD (or 0x992DDD) is known color: Blue Violet. HEX triplet: 99, 2D and DD. RGB value is (153,45,221). Sum of RGB (Red+Green+Blue) = 153+45+221=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #992DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DDD is #66D222. Grayscale: #606060. Windows color (decimal): -6738467 or 14495129. OLE color: 14495129.
HSL color Cylindrical-coordinate representation of color #992DDD: hue angle of 276.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992DDD is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 45 | 221 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.13 |
| HSL | 276.82º | 0.72% | 0.52% | - |
| HSV(B) | 276.82º | 0.8% | 0.87% | - |
| XYZ | 27.13 | 13.87 | 69.65 | - |
| YUV | 97.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 221 | 0.31 | 0.80 | 0 | 0.13 | 276.82 | 0.72 | 0.52 |
| Hex | 99 | 2D | DD | 1F | 50 | 0 | D | 115 | 48 | 34 |
| Octal | 231 | 55 | 335 | 37 | 120 | 0 | 15 | 425 | 110 | 64 |
| Binary | 10011001 | 101101 | 11011101 | 11111 | 1010000 | 0 | 1101 | 100010101 | 1001000 | 110100 |
Color Harmonies of #992DDD
Complementary color
Monochromatic Colors of #992DDD
Black with #992DDD
Text Example
Text Example
White with #992DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DDD; }
p { color: rgb(153,45,221); }
H1.HeaderClassName
{
color: #992DDD;
}
.AnyTagClassName
{
color: #992DDD;
}
</style>
background-color css
<style>
a { background-color: #992DDD; }
a { background-color: rgb(153,45,221); }
div.DivClassName
{
background-color: #992DDD;
}
.BgClassName
{
background-color: #992DDD;
}
</style>
border-color css
<style>
span { border-color: #992DDD; }
span { border-color: rgb(153,45,221); }
td.TdClassName
{
border-color: #992DDD;
}
.TagClassName
{
border-color: #992DDD;
}
</style>