Shades of Blue Violet #992BDF
Tints of Blue Violet #992BDF
RGB
CMYK
RGB Variations
Color information
#992BDF (or 0x992BDF) is known color: Blue Violet. HEX triplet: 99, 2B and DF. RGB value is (153,43,223). Sum of RGB (Red+Green+Blue) = 153+43+223=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #992BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BDF is #66D420. Grayscale: #5F5F5F. Windows color (decimal): -6738977 or 14625689. OLE color: 14625689.
HSL color Cylindrical-coordinate representation of color #992BDF: hue angle of 276.67º 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 #992BDF is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 43 | 223 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.13 |
| HSL | 276.67º | 0.74% | 0.52% | - |
| HSV(B) | 276.67º | 0.81% | 0.87% | - |
| XYZ | 27.32 | 13.83 | 71.04 | - |
| YUV | 96.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 223 | 0.31 | 0.81 | 0 | 0.13 | 276.67 | 0.74 | 0.52 |
| Hex | 99 | 2B | DF | 1F | 51 | 0 | D | 115 | 4A | 34 |
| Octal | 231 | 53 | 337 | 37 | 121 | 0 | 15 | 425 | 112 | 64 |
| Binary | 10011001 | 101011 | 11011111 | 11111 | 1010001 | 0 | 1101 | 100010101 | 1001010 | 110100 |
Color Harmonies of #992BDF
Complementary color
Monochromatic Colors of #992BDF
Black with #992BDF
Text Example
Text Example
White with #992BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BDF; }
p { color: rgb(153,43,223); }
H1.HeaderClassName
{
color: #992BDF;
}
.AnyTagClassName
{
color: #992BDF;
}
</style>
background-color css
<style>
a { background-color: #992BDF; }
a { background-color: rgb(153,43,223); }
div.DivClassName
{
background-color: #992BDF;
}
.BgClassName
{
background-color: #992BDF;
}
</style>
border-color css
<style>
span { border-color: #992BDF; }
span { border-color: rgb(153,43,223); }
td.TdClassName
{
border-color: #992BDF;
}
.TagClassName
{
border-color: #992BDF;
}
</style>