Shades of Blue Violet #9839DF
Tints of Blue Violet #9839DF
RGB
CMYK
RGB Variations
Color information
#9839DF (or 0x9839DF) is known color: Blue Violet. HEX triplet: 98, 39 and DF. RGB value is (152,57,223). Sum of RGB (Red+Green+Blue) = 152+57+223=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #9839DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9839DF is #67C620. Grayscale: #676767. Windows color (decimal): -6800929 or 14629272. OLE color: 14629272.
HSL color Cylindrical-coordinate representation of color #9839DF: hue angle of 274.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9839DF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 57 | 223 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.13 |
| HSL | 274.34º | 0.72% | 0.55% | - |
| HSV(B) | 274.34º | 0.74% | 0.87% | - |
| XYZ | 27.73 | 14.93 | 71.23 | - |
| YUV | 104.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 57 | 223 | 0.32 | 0.74 | 0 | 0.13 | 274.34 | 0.72 | 0.55 |
| Hex | 98 | 39 | DF | 20 | 4A | 0 | D | 112 | 48 | 37 |
| Octal | 230 | 71 | 337 | 40 | 112 | 0 | 15 | 422 | 110 | 67 |
| Binary | 10011000 | 111001 | 11011111 | 100000 | 1001010 | 0 | 1101 | 100010010 | 1001000 | 110111 |
Color Harmonies of #9839DF
Complementary color
Monochromatic Colors of #9839DF
Black with #9839DF
Text Example
Text Example
White with #9839DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9839DF; }
p { color: rgb(152,57,223); }
H1.HeaderClassName
{
color: #9839DF;
}
.AnyTagClassName
{
color: #9839DF;
}
</style>
background-color css
<style>
a { background-color: #9839DF; }
a { background-color: rgb(152,57,223); }
div.DivClassName
{
background-color: #9839DF;
}
.BgClassName
{
background-color: #9839DF;
}
</style>
border-color css
<style>
span { border-color: #9839DF; }
span { border-color: rgb(152,57,223); }
td.TdClassName
{
border-color: #9839DF;
}
.TagClassName
{
border-color: #9839DF;
}
</style>