Shades of Dark Violet #9809CE
Tints of Dark Violet #9809CE
RGB
CMYK
RGB Variations
Color information
#9809CE (or 0x9809CE) is known color: Dark Violet. HEX triplet: 98, 09 and CE. RGB value is (152,9,206). Sum of RGB (Red+Green+Blue) = 152+9+206=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9809CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809CE is #67F631. Grayscale: #494949. Windows color (decimal): -6813234 or 13502872. OLE color: 13502872.
HSL color Cylindrical-coordinate representation of color #9809CE: hue angle of 283.55º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9809CE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 9 | 206 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.19 |
| HSL | 283.55º | 0.92% | 0.42% | - |
| HSV(B) | 283.55º | 0.96% | 0.81% | - |
| XYZ | 24.19 | 11.33 | 59.3 | - |
| YUV | 74.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 206 | 0.26 | 0.96 | 0 | 0.19 | 283.55 | 0.92 | 0.42 |
| Hex | 98 | 9 | CE | 1A | 60 | 0 | 13 | 11C | 5C | 2A |
| Octal | 230 | 11 | 316 | 32 | 140 | 0 | 23 | 434 | 134 | 52 |
| Binary | 10011000 | 1001 | 11001110 | 11010 | 1100000 | 0 | 10011 | 100011100 | 1011100 | 101010 |
Color Harmonies of #9809CE
Complementary color
Monochromatic Colors of #9809CE
Black with #9809CE
Text Example
Text Example
White with #9809CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809CE; }
p { color: rgb(152,9,206); }
H1.HeaderClassName
{
color: #9809CE;
}
.AnyTagClassName
{
color: #9809CE;
}
</style>
background-color css
<style>
a { background-color: #9809CE; }
a { background-color: rgb(152,9,206); }
div.DivClassName
{
background-color: #9809CE;
}
.BgClassName
{
background-color: #9809CE;
}
</style>
border-color css
<style>
span { border-color: #9809CE; }
span { border-color: rgb(152,9,206); }
td.TdClassName
{
border-color: #9809CE;
}
.TagClassName
{
border-color: #9809CE;
}
</style>