Shades of Blue Violet #992DEF
Tints of Blue Violet #992DEF
RGB
CMYK
RGB Variations
Color information
#992DEF (or 0x992DEF) is known color: Blue Violet. HEX triplet: 99, 2D and EF. RGB value is (153,45,239). Sum of RGB (Red+Green+Blue) = 153+45+239=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #992DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992DEF is #66D210. Grayscale: #626262. Windows color (decimal): -6738449 or 15674777. OLE color: 15674777.
HSL color Cylindrical-coordinate representation of color #992DEF: hue angle of 273.4º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992DEF is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 45 | 239 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.06 |
| HSL | 273.4º | 0.86% | 0.56% | - |
| HSV(B) | 273.4º | 0.81% | 0.94% | - |
| XYZ | 29.66 | 14.88 | 82.97 | - |
| YUV | 99.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 239 | 0.36 | 0.81 | 0 | 0.06 | 273.4 | 0.86 | 0.56 |
| Hex | 99 | 2D | EF | 24 | 51 | 0 | 6 | 111 | 56 | 38 |
| Octal | 231 | 55 | 357 | 44 | 121 | 0 | 6 | 421 | 126 | 70 |
| Binary | 10011001 | 101101 | 11101111 | 100100 | 1010001 | 0 | 110 | 100010001 | 1010110 | 111000 |
Color Harmonies of #992DEF
Complementary color
Monochromatic Colors of #992DEF
Black with #992DEF
Text Example
Text Example
White with #992DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DEF; }
p { color: rgb(153,45,239); }
H1.HeaderClassName
{
color: #992DEF;
}
.AnyTagClassName
{
color: #992DEF;
}
</style>
background-color css
<style>
a { background-color: #992DEF; }
a { background-color: rgb(153,45,239); }
div.DivClassName
{
background-color: #992DEF;
}
.BgClassName
{
background-color: #992DEF;
}
</style>
border-color css
<style>
span { border-color: #992DEF; }
span { border-color: rgb(153,45,239); }
td.TdClassName
{
border-color: #992DEF;
}
.TagClassName
{
border-color: #992DEF;
}
</style>