Shades of Dark Violet #9809D6
Tints of Dark Violet #9809D6
RGB
CMYK
RGB Variations
Color information
#9809D6 (or 0x9809D6) is known color: Dark Violet. HEX triplet: 98, 09 and D6. RGB value is (152,9,214). Sum of RGB (Red+Green+Blue) = 152+9+214=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #9809D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809D6 is #67F629. Grayscale: #4A4A4A. Windows color (decimal): -6813226 or 14027160. OLE color: 14027160.
HSL color Cylindrical-coordinate representation of color #9809D6: hue angle of 281.85º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9809D6 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 9 | 214 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.16 |
| HSL | 281.85º | 0.92% | 0.44% | - |
| HSV(B) | 281.85º | 0.96% | 0.84% | - |
| XYZ | 25.18 | 11.73 | 64.55 | - |
| YUV | 75.13 | 206.38 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 214 | 0.29 | 0.96 | 0 | 0.16 | 281.85 | 0.92 | 0.44 |
| Hex | 98 | 9 | D6 | 1D | 60 | 0 | 10 | 11A | 5C | 2C |
| Octal | 230 | 11 | 326 | 35 | 140 | 0 | 20 | 432 | 134 | 54 |
| Binary | 10011000 | 1001 | 11010110 | 11101 | 1100000 | 0 | 10000 | 100011010 | 1011100 | 101100 |
Color Harmonies of #9809D6
Complementary color
Monochromatic Colors of #9809D6
Black with #9809D6
Text Example
Text Example
White with #9809D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809D6; }
p { color: rgb(152,9,214); }
H1.HeaderClassName
{
color: #9809D6;
}
.AnyTagClassName
{
color: #9809D6;
}
</style>
background-color css
<style>
a { background-color: #9809D6; }
a { background-color: rgb(152,9,214); }
div.DivClassName
{
background-color: #9809D6;
}
.BgClassName
{
background-color: #9809D6;
}
</style>
border-color css
<style>
span { border-color: #9809D6; }
span { border-color: rgb(152,9,214); }
td.TdClassName
{
border-color: #9809D6;
}
.TagClassName
{
border-color: #9809D6;
}
</style>