Shades of Blue Violet #992DDE
Tints of Blue Violet #992DDE
RGB
CMYK
RGB Variations
Color information
#992DDE (or 0x992DDE) is known color: Blue Violet. HEX triplet: 99, 2D and DE. RGB value is (153,45,222). Sum of RGB (Red+Green+Blue) = 153+45+222=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #992DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DDE is #66D221. Grayscale: #606060. Windows color (decimal): -6738466 or 14560665. OLE color: 14560665.
HSL color Cylindrical-coordinate representation of color #992DDE: hue angle of 276.61º degrees, saturation: 0.73, 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 #992DDE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 45 | 222 | - |
| CMYK | 0.31 | 0.80 | 0 | 0.13 |
| HSL | 276.61º | 0.73% | 0.52% | - |
| HSV(B) | 276.61º | 0.8% | 0.87% | - |
| XYZ | 27.26 | 13.92 | 70.36 | - |
| YUV | 97.47 | 198.28 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 222 | 0.31 | 0.80 | 0 | 0.13 | 276.61 | 0.73 | 0.52 |
| Hex | 99 | 2D | DE | 1F | 50 | 0 | D | 115 | 49 | 34 |
| Octal | 231 | 55 | 336 | 37 | 120 | 0 | 15 | 425 | 111 | 64 |
| Binary | 10011001 | 101101 | 11011110 | 11111 | 1010000 | 0 | 1101 | 100010101 | 1001001 | 110100 |
Color Harmonies of #992DDE
Complementary color
Monochromatic Colors of #992DDE
Black with #992DDE
Text Example
Text Example
White with #992DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DDE; }
p { color: rgb(153,45,222); }
H1.HeaderClassName
{
color: #992DDE;
}
.AnyTagClassName
{
color: #992DDE;
}
</style>
background-color css
<style>
a { background-color: #992DDE; }
a { background-color: rgb(153,45,222); }
div.DivClassName
{
background-color: #992DDE;
}
.BgClassName
{
background-color: #992DDE;
}
</style>
border-color css
<style>
span { border-color: #992DDE; }
span { border-color: rgb(153,45,222); }
td.TdClassName
{
border-color: #992DDE;
}
.TagClassName
{
border-color: #992DDE;
}
</style>