Shades of Blue Violet #992AF6
Tints of Blue Violet #992AF6
RGB
CMYK
RGB Variations
Color information
#992AF6 (or 0x992AF6) is known color: Blue Violet. HEX triplet: 99, 2A and F6. RGB value is (153,42,246). Sum of RGB (Red+Green+Blue) = 153+42+246=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #992AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992AF6 is #66D509. Grayscale: #616161. Windows color (decimal): -6739210 or 16132761. OLE color: 16132761.
HSL color Cylindrical-coordinate representation of color #992AF6: hue angle of 272.65º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #992AF6 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 42 | 246 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.04 |
| HSL | 272.65º | 0.92% | 0.56% | - |
| HSV(B) | 272.65º | 0.83% | 0.96% | - |
| XYZ | 30.6 | 15.08 | 88.49 | - |
| YUV | 98.45 | 211.27 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 246 | 0.38 | 0.83 | 0 | 0.04 | 272.65 | 0.92 | 0.56 |
| Hex | 99 | 2A | F6 | 26 | 53 | 0 | 4 | 111 | 5C | 38 |
| Octal | 231 | 52 | 366 | 46 | 123 | 0 | 4 | 421 | 134 | 70 |
| Binary | 10011001 | 101010 | 11110110 | 100110 | 1010011 | 0 | 100 | 100010001 | 1011100 | 111000 |
Color Harmonies of #992AF6
Complementary color
Monochromatic Colors of #992AF6
Black with #992AF6
Text Example
Text Example
White with #992AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AF6; }
p { color: rgb(153,42,246); }
H1.HeaderClassName
{
color: #992AF6;
}
.AnyTagClassName
{
color: #992AF6;
}
</style>
background-color css
<style>
a { background-color: #992AF6; }
a { background-color: rgb(153,42,246); }
div.DivClassName
{
background-color: #992AF6;
}
.BgClassName
{
background-color: #992AF6;
}
</style>
border-color css
<style>
span { border-color: #992AF6; }
span { border-color: rgb(153,42,246); }
td.TdClassName
{
border-color: #992AF6;
}
.TagClassName
{
border-color: #992AF6;
}
</style>