Shades of Blue Violet #9836DF
Tints of Blue Violet #9836DF
RGB
CMYK
RGB Variations
Color information
#9836DF (or 0x9836DF) is known color: Blue Violet. HEX triplet: 98, 36 and DF. RGB value is (152,54,223). Sum of RGB (Red+Green+Blue) = 152+54+223=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #9836DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9836DF is #67C920. Grayscale: #656565. Windows color (decimal): -6801697 or 14628504. OLE color: 14628504.
HSL color Cylindrical-coordinate representation of color #9836DF: hue angle of 274.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9836DF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 54 | 223 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.13 |
| HSL | 274.79º | 0.73% | 0.54% | - |
| HSV(B) | 274.79º | 0.76% | 0.87% | - |
| XYZ | 27.59 | 14.64 | 71.18 | - |
| YUV | 102.57 | 195.97 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 223 | 0.32 | 0.76 | 0 | 0.13 | 274.79 | 0.73 | 0.54 |
| Hex | 98 | 36 | DF | 20 | 4C | 0 | D | 113 | 49 | 36 |
| Octal | 230 | 66 | 337 | 40 | 114 | 0 | 15 | 423 | 111 | 66 |
| Binary | 10011000 | 110110 | 11011111 | 100000 | 1001100 | 0 | 1101 | 100010011 | 1001001 | 110110 |
Color Harmonies of #9836DF
Complementary color
Monochromatic Colors of #9836DF
Black with #9836DF
Text Example
Text Example
White with #9836DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9836DF; }
p { color: rgb(152,54,223); }
H1.HeaderClassName
{
color: #9836DF;
}
.AnyTagClassName
{
color: #9836DF;
}
</style>
background-color css
<style>
a { background-color: #9836DF; }
a { background-color: rgb(152,54,223); }
div.DivClassName
{
background-color: #9836DF;
}
.BgClassName
{
background-color: #9836DF;
}
</style>
border-color css
<style>
span { border-color: #9836DF; }
span { border-color: rgb(152,54,223); }
td.TdClassName
{
border-color: #9836DF;
}
.TagClassName
{
border-color: #9836DF;
}
</style>