Shades of Blue Violet #992ADF
Tints of Blue Violet #992ADF
RGB
CMYK
RGB Variations
Color information
#992ADF (or 0x992ADF) is known color: Blue Violet. HEX triplet: 99, 2A and DF. RGB value is (153,42,223). Sum of RGB (Red+Green+Blue) = 153+42+223=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #992ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ADF is #66D520. Grayscale: #5F5F5F. Windows color (decimal): -6739233 or 14625433. OLE color: 14625433.
HSL color Cylindrical-coordinate representation of color #992ADF: hue angle of 276.8º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992ADF is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 42 | 223 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 276.8º | 0.74% | 0.52% | - |
| HSV(B) | 276.8º | 0.81% | 0.87% | - |
| XYZ | 27.28 | 13.76 | 71.03 | - |
| YUV | 95.82 | 199.77 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 223 | 0.31 | 0.81 | 0 | 0.13 | 276.8 | 0.74 | 0.52 |
| Hex | 99 | 2A | DF | 1F | 51 | 0 | D | 115 | 4A | 34 |
| Octal | 231 | 52 | 337 | 37 | 121 | 0 | 15 | 425 | 112 | 64 |
| Binary | 10011001 | 101010 | 11011111 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001010 | 110100 |
Color Harmonies of #992ADF
Complementary color
Monochromatic Colors of #992ADF
Black with #992ADF
Text Example
Text Example
White with #992ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992ADF; }
p { color: rgb(153,42,223); }
H1.HeaderClassName
{
color: #992ADF;
}
.AnyTagClassName
{
color: #992ADF;
}
</style>
background-color css
<style>
a { background-color: #992ADF; }
a { background-color: rgb(153,42,223); }
div.DivClassName
{
background-color: #992ADF;
}
.BgClassName
{
background-color: #992ADF;
}
</style>
border-color css
<style>
span { border-color: #992ADF; }
span { border-color: rgb(153,42,223); }
td.TdClassName
{
border-color: #992ADF;
}
.TagClassName
{
border-color: #992ADF;
}
</style>