Shades of Dark Violet #9809BA
Tints of Dark Violet #9809BA
RGB
CMYK
RGB Variations
Color information
#9809BA (or 0x9809BA) is known color: Dark Violet. HEX triplet: 98, 09 and BA. RGB value is (152,9,186). Sum of RGB (Red+Green+Blue) = 152+9+186=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #9809BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9809BA is #67F645. Grayscale: #474747. Windows color (decimal): -6813254 or 12192152. OLE color: 12192152.
HSL color Cylindrical-coordinate representation of color #9809BA: hue angle of 288.47º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9809BA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 9 | 186 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.27 |
| HSL | 288.47º | 0.91% | 0.38% | - |
| HSV(B) | 288.47º | 0.95% | 0.73% | - |
| XYZ | 21.91 | 10.42 | 47.31 | - |
| YUV | 71.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 186 | 0.18 | 0.95 | 0 | 0.27 | 288.47 | 0.91 | 0.38 |
| Hex | 98 | 9 | BA | 12 | 5F | 0 | 1B | 120 | 5B | 26 |
| Octal | 230 | 11 | 272 | 22 | 137 | 0 | 33 | 440 | 133 | 46 |
| Binary | 10011000 | 1001 | 10111010 | 10010 | 1011111 | 0 | 11011 | 100100000 | 1011011 | 100110 |
Color Harmonies of #9809BA
Complementary color
Monochromatic Colors of #9809BA
Black with #9809BA
Text Example
Text Example
White with #9809BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9809BA; }
p { color: rgb(152,9,186); }
H1.HeaderClassName
{
color: #9809BA;
}
.AnyTagClassName
{
color: #9809BA;
}
</style>
background-color css
<style>
a { background-color: #9809BA; }
a { background-color: rgb(152,9,186); }
div.DivClassName
{
background-color: #9809BA;
}
.BgClassName
{
background-color: #9809BA;
}
</style>
border-color css
<style>
span { border-color: #9809BA; }
span { border-color: rgb(152,9,186); }
td.TdClassName
{
border-color: #9809BA;
}
.TagClassName
{
border-color: #9809BA;
}
</style>