Shades of Blue Violet #992FF4
Tints of Blue Violet #992FF4
RGB
CMYK
RGB Variations
Color information
#992FF4 (or 0x992FF4) is known color: Blue Violet. HEX triplet: 99, 2F and F4. RGB value is (153,47,244). Sum of RGB (Red+Green+Blue) = 153+47+244=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 244 (95.70% from 255 or 54.95% from 444); Max value from RGB is 244 - color contains mainly: blue. Hex color #992FF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FF4 is #66D00B. Grayscale: #646464. Windows color (decimal): -6737932 or 16002969. OLE color: 16002969.
HSL color Cylindrical-coordinate representation of color #992FF4: hue angle of 272.28º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992FF4 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 47 | 244 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.04 |
| HSL | 272.28º | 0.9% | 0.57% | - |
| HSV(B) | 272.28º | 0.81% | 0.96% | - |
| XYZ | 30.48 | 15.34 | 86.94 | - |
| YUV | 101.15 | 208.62 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 244 | 0.37 | 0.81 | 0 | 0.04 | 272.28 | 0.9 | 0.57 |
| Hex | 99 | 2F | F4 | 25 | 51 | 0 | 4 | 110 | 5A | 39 |
| Octal | 231 | 57 | 364 | 45 | 121 | 0 | 4 | 420 | 132 | 71 |
| Binary | 10011001 | 101111 | 11110100 | 100101 | 1010001 | 0 | 100 | 100010000 | 1011010 | 111001 |
Color Harmonies of #992FF4
Complementary color
Monochromatic Colors of #992FF4
Black with #992FF4
Text Example
Text Example
White with #992FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FF4; }
p { color: rgb(153,47,244); }
H1.HeaderClassName
{
color: #992FF4;
}
.AnyTagClassName
{
color: #992FF4;
}
</style>
background-color css
<style>
a { background-color: #992FF4; }
a { background-color: rgb(153,47,244); }
div.DivClassName
{
background-color: #992FF4;
}
.BgClassName
{
background-color: #992FF4;
}
</style>
border-color css
<style>
span { border-color: #992FF4; }
span { border-color: rgb(153,47,244); }
td.TdClassName
{
border-color: #992FF4;
}
.TagClassName
{
border-color: #992FF4;
}
</style>