Shades of Dark Violet #9809DF
Tints of Dark Violet #9809DF
RGB
CMYK
RGB Variations
Color information
#9809DF (or 0x9809DF) is known color: Dark Violet. HEX triplet: 98, 09 and DF. RGB value is (152,9,223). Sum of RGB (Red+Green+Blue) = 152+9+223=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #9809DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809DF is #67F620. Grayscale: #4B4B4B. Windows color (decimal): -6813217 or 14616984. OLE color: 14616984.
HSL color Cylindrical-coordinate representation of color #9809DF: hue angle of 280.09º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9809DF is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 9 | 223 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.13 |
| HSL | 280.09º | 0.92% | 0.45% | - |
| HSV(B) | 280.09º | 0.96% | 0.87% | - |
| XYZ | 26.37 | 12.2 | 70.78 | - |
| YUV | 76.15 | 210.88 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 223 | 0.32 | 0.96 | 0 | 0.13 | 280.09 | 0.92 | 0.45 |
| Hex | 98 | 9 | DF | 20 | 60 | 0 | D | 118 | 5C | 2D |
| Octal | 230 | 11 | 337 | 40 | 140 | 0 | 15 | 430 | 134 | 55 |
| Binary | 10011000 | 1001 | 11011111 | 100000 | 1100000 | 0 | 1101 | 100011000 | 1011100 | 101101 |
Color Harmonies of #9809DF
Complementary color
Monochromatic Colors of #9809DF
Black with #9809DF
Text Example
Text Example
White with #9809DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809DF; }
p { color: rgb(152,9,223); }
H1.HeaderClassName
{
color: #9809DF;
}
.AnyTagClassName
{
color: #9809DF;
}
</style>
background-color css
<style>
a { background-color: #9809DF; }
a { background-color: rgb(152,9,223); }
div.DivClassName
{
background-color: #9809DF;
}
.BgClassName
{
background-color: #9809DF;
}
</style>
border-color css
<style>
span { border-color: #9809DF; }
span { border-color: rgb(152,9,223); }
td.TdClassName
{
border-color: #9809DF;
}
.TagClassName
{
border-color: #9809DF;
}
</style>