Shades of Blue Violet #9833DF
Tints of Blue Violet #9833DF
RGB
CMYK
RGB Variations
Color information
#9833DF (or 0x9833DF) is known color: Blue Violet. HEX triplet: 98, 33 and DF. RGB value is (152,51,223). Sum of RGB (Red+Green+Blue) = 152+51+223=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #9833DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9833DF is #67CC20. Grayscale: #646464. Windows color (decimal): -6802465 or 14627736. OLE color: 14627736.
HSL color Cylindrical-coordinate representation of color #9833DF: hue angle of 275.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9833DF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 51 | 223 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.13 |
| HSL | 275.23º | 0.73% | 0.54% | - |
| HSV(B) | 275.23º | 0.77% | 0.87% | - |
| XYZ | 27.45 | 14.37 | 71.14 | - |
| YUV | 100.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 223 | 0.32 | 0.77 | 0 | 0.13 | 275.23 | 0.73 | 0.54 |
| Hex | 98 | 33 | DF | 20 | 4D | 0 | D | 113 | 49 | 36 |
| Octal | 230 | 63 | 337 | 40 | 115 | 0 | 15 | 423 | 111 | 66 |
| Binary | 10011000 | 110011 | 11011111 | 100000 | 1001101 | 0 | 1101 | 100010011 | 1001001 | 110110 |
Color Harmonies of #9833DF
Complementary color
Monochromatic Colors of #9833DF
Black with #9833DF
Text Example
Text Example
White with #9833DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9833DF; }
p { color: rgb(152,51,223); }
H1.HeaderClassName
{
color: #9833DF;
}
.AnyTagClassName
{
color: #9833DF;
}
</style>
background-color css
<style>
a { background-color: #9833DF; }
a { background-color: rgb(152,51,223); }
div.DivClassName
{
background-color: #9833DF;
}
.BgClassName
{
background-color: #9833DF;
}
</style>
border-color css
<style>
span { border-color: #9833DF; }
span { border-color: rgb(152,51,223); }
td.TdClassName
{
border-color: #9833DF;
}
.TagClassName
{
border-color: #9833DF;
}
</style>