Shades of Dark Violet #9808BA
Tints of Dark Violet #9808BA
RGB
CMYK
RGB Variations
Color information
#9808BA (or 0x9808BA) is known color: Dark Violet. HEX triplet: 98, 08 and BA. RGB value is (152,8,186). Sum of RGB (Red+Green+Blue) = 152+8+186=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9808BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808BA is #67F745. Grayscale: #464646. Windows color (decimal): -6813510 or 12191896. OLE color: 12191896.
HSL color Cylindrical-coordinate representation of color #9808BA: hue angle of 288.54º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808BA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 8 | 186 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.27 |
| HSL | 288.54º | 0.92% | 0.38% | - |
| HSV(B) | 288.54º | 0.96% | 0.73% | - |
| XYZ | 21.9 | 10.39 | 47.31 | - |
| YUV | 71.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 186 | 0.18 | 0.96 | 0 | 0.27 | 288.54 | 0.92 | 0.38 |
| Hex | 98 | 8 | BA | 12 | 60 | 0 | 1B | 121 | 5C | 26 |
| Octal | 230 | 10 | 272 | 22 | 140 | 0 | 33 | 441 | 134 | 46 |
| Binary | 10011000 | 1000 | 10111010 | 10010 | 1100000 | 0 | 11011 | 100100001 | 1011100 | 100110 |
Color Harmonies of #9808BA
Complementary color
Monochromatic Colors of #9808BA
Black with #9808BA
Text Example
Text Example
White with #9808BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9808BA; }
p { color: rgb(152,8,186); }
H1.HeaderClassName
{
color: #9808BA;
}
.AnyTagClassName
{
color: #9808BA;
}
</style>
background-color css
<style>
a { background-color: #9808BA; }
a { background-color: rgb(152,8,186); }
div.DivClassName
{
background-color: #9808BA;
}
.BgClassName
{
background-color: #9808BA;
}
</style>
border-color css
<style>
span { border-color: #9808BA; }
span { border-color: rgb(152,8,186); }
td.TdClassName
{
border-color: #9808BA;
}
.TagClassName
{
border-color: #9808BA;
}
</style>