Shades of Blue Violet #992AFD
Tints of Blue Violet #992AFD
RGB
CMYK
RGB Variations
Color information
#992AFD (or 0x992AFD) is known color: Blue Violet. HEX triplet: 99, 2A and FD. RGB value is (153,42,253). Sum of RGB (Red+Green+Blue) = 153+42+253=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #992AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992AFD is #66D502. Grayscale: #626262. Windows color (decimal): -6739203 or 16591513. OLE color: 16591513.
HSL color Cylindrical-coordinate representation of color #992AFD: hue angle of 271.56º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992AFD is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 42 | 253 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.01 |
| HSL | 271.56º | 0.98% | 0.58% | - |
| HSV(B) | 271.56º | 0.83% | 0.99% | - |
| XYZ | 31.69 | 15.52 | 94.25 | - |
| YUV | 99.24 | 214.77 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 253 | 0.40 | 0.83 | 0 | 0.01 | 271.56 | 0.98 | 0.58 |
| Hex | 99 | 2A | FD | 28 | 53 | 0 | 1 | 110 | 62 | 3A |
| Octal | 231 | 52 | 375 | 50 | 123 | 0 | 1 | 420 | 142 | 72 |
| Binary | 10011001 | 101010 | 11111101 | 101000 | 1010011 | 0 | 1 | 100010000 | 1100010 | 111010 |
Color Harmonies of #992AFD
Complementary color
Monochromatic Colors of #992AFD
Black with #992AFD
Text Example
Text Example
White with #992AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AFD; }
p { color: rgb(153,42,253); }
H1.HeaderClassName
{
color: #992AFD;
}
.AnyTagClassName
{
color: #992AFD;
}
</style>
background-color css
<style>
a { background-color: #992AFD; }
a { background-color: rgb(153,42,253); }
div.DivClassName
{
background-color: #992AFD;
}
.BgClassName
{
background-color: #992AFD;
}
</style>
border-color css
<style>
span { border-color: #992AFD; }
span { border-color: rgb(153,42,253); }
td.TdClassName
{
border-color: #992AFD;
}
.TagClassName
{
border-color: #992AFD;
}
</style>