Shades of Blue Violet #992EFF
Tints of Blue Violet #992EFF
RGB
CMYK
RGB Variations
Color information
#992EFF (or 0x992EFF) is known color: Blue Violet. HEX triplet: 99, 2E and FF. RGB value is (153,46,255). Sum of RGB (Red+Green+Blue) = 153+46+255=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #992EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EFF is #66D100. Grayscale: #656565. Windows color (decimal): -6738177 or 16723609. OLE color: 16723609.
HSL color Cylindrical-coordinate representation of color #992EFF: hue angle of 270.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992EFF is Cyan = 0.4, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 46 | 255 | - |
| CMYK | 0.4 | 0.82 | 0 | 0 |
| HSL | 270.72º | 1% | 0.59% | - |
| HSV(B) | 270.72º | 0.82% | 1% | - |
| XYZ | 32.16 | 15.95 | 95.99 | - |
| YUV | 101.82 | 214.45 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 255 | 0.4 | 0.82 | 0 | 0 | 270.72 | 1 | 0.59 |
| Hex | 99 | 2E | FF | 28 | 52 | 0 | 0 | 10F | 64 | 3B |
| Octal | 231 | 56 | 377 | 50 | 122 | 0 | 0 | 417 | 144 | 73 |
| Binary | 10011001 | 101110 | 11111111 | 101000 | 1010010 | 0 | 0 | 100001111 | 1100100 | 111011 |
Color Harmonies of #992EFF
Complementary color
Monochromatic Colors of #992EFF
Black with #992EFF
Text Example
Text Example
White with #992EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EFF; }
p { color: rgb(153,46,255); }
H1.HeaderClassName
{
color: #992EFF;
}
.AnyTagClassName
{
color: #992EFF;
}
</style>
background-color css
<style>
a { background-color: #992EFF; }
a { background-color: rgb(153,46,255); }
div.DivClassName
{
background-color: #992EFF;
}
.BgClassName
{
background-color: #992EFF;
}
</style>
border-color css
<style>
span { border-color: #992EFF; }
span { border-color: rgb(153,46,255); }
td.TdClassName
{
border-color: #992EFF;
}
.TagClassName
{
border-color: #992EFF;
}
</style>