Shades of Dark Violet #9811DA
Tints of Dark Violet #9811DA
RGB
CMYK
RGB Variations
Color information
#9811DA (or 0x9811DA) is known color: Dark Violet. HEX triplet: 98, 11 and DA. RGB value is (152,17,218). Sum of RGB (Red+Green+Blue) = 152+17+218=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #9811DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9811DA is #67EE25. Grayscale: #4F4F4F. Windows color (decimal): -6811174 or 14291352. OLE color: 14291352.
HSL color Cylindrical-coordinate representation of color #9811DA: hue angle of 280.3º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9811DA is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 17 | 218 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.15 |
| HSL | 280.3º | 0.86% | 0.46% | - |
| HSV(B) | 280.3º | 0.92% | 0.85% | - |
| XYZ | 25.8 | 12.14 | 67.31 | - |
| YUV | 80.28 | 205.73 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 218 | 0.30 | 0.92 | 0 | 0.15 | 280.3 | 0.86 | 0.46 |
| Hex | 98 | 11 | DA | 1E | 5C | 0 | F | 118 | 56 | 2E |
| Octal | 230 | 21 | 332 | 36 | 134 | 0 | 17 | 430 | 126 | 56 |
| Binary | 10011000 | 10001 | 11011010 | 11110 | 1011100 | 0 | 1111 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9811DA
Complementary color
Monochromatic Colors of #9811DA
Black with #9811DA
Text Example
Text Example
White with #9811DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9811DA; }
p { color: rgb(152,17,218); }
H1.HeaderClassName
{
color: #9811DA;
}
.AnyTagClassName
{
color: #9811DA;
}
</style>
background-color css
<style>
a { background-color: #9811DA; }
a { background-color: rgb(152,17,218); }
div.DivClassName
{
background-color: #9811DA;
}
.BgClassName
{
background-color: #9811DA;
}
</style>
border-color css
<style>
span { border-color: #9811DA; }
span { border-color: rgb(152,17,218); }
td.TdClassName
{
border-color: #9811DA;
}
.TagClassName
{
border-color: #9811DA;
}
</style>