Shades of Blue Violet #992CFA
Tints of Blue Violet #992CFA
RGB
CMYK
RGB Variations
Color information
#992CFA (or 0x992CFA) is known color: Blue Violet. HEX triplet: 99, 2C and FA. RGB value is (153,44,250). Sum of RGB (Red+Green+Blue) = 153+44+250=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #992CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992CFA is #66D305. Grayscale: #636363. Windows color (decimal): -6738694 or 16395417. OLE color: 16395417.
HSL color Cylindrical-coordinate representation of color #992CFA: hue angle of 271.75º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992CFA is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 44 | 250 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.02 |
| HSL | 271.75º | 0.95% | 0.58% | - |
| HSV(B) | 271.75º | 0.82% | 0.98% | - |
| XYZ | 31.29 | 15.48 | 91.78 | - |
| YUV | 100.08 | 212.61 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 250 | 0.39 | 0.82 | 0 | 0.02 | 271.75 | 0.95 | 0.58 |
| Hex | 99 | 2C | FA | 27 | 52 | 0 | 2 | 110 | 5F | 3A |
| Octal | 231 | 54 | 372 | 47 | 122 | 0 | 2 | 420 | 137 | 72 |
| Binary | 10011001 | 101100 | 11111010 | 100111 | 1010010 | 0 | 10 | 100010000 | 1011111 | 111010 |
Color Harmonies of #992CFA
Complementary color
Monochromatic Colors of #992CFA
Black with #992CFA
Text Example
Text Example
White with #992CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992CFA; }
p { color: rgb(153,44,250); }
H1.HeaderClassName
{
color: #992CFA;
}
.AnyTagClassName
{
color: #992CFA;
}
</style>
background-color css
<style>
a { background-color: #992CFA; }
a { background-color: rgb(153,44,250); }
div.DivClassName
{
background-color: #992CFA;
}
.BgClassName
{
background-color: #992CFA;
}
</style>
border-color css
<style>
span { border-color: #992CFA; }
span { border-color: rgb(153,44,250); }
td.TdClassName
{
border-color: #992CFA;
}
.TagClassName
{
border-color: #992CFA;
}
</style>