Shades of Dark Violet #8009BA
Tints of Dark Violet #8009BA
RGB
CMYK
RGB Variations
Color information
#8009BA (or 0x8009BA) is known color: Dark Violet. HEX triplet: 80, 09 and BA. RGB value is (128,9,186). Sum of RGB (Red+Green+Blue) = 128+9+186=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #8009BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009BA is #7FF645. Grayscale: #404040. Windows color (decimal): -8386118 or 12192128. OLE color: 12192128.
HSL color Cylindrical-coordinate representation of color #8009BA: hue angle of 280.34º 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 #8009BA is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 9 | 186 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.27 |
| HSL | 280.34º | 0.91% | 0.38% | - |
| HSV(B) | 280.34º | 0.95% | 0.73% | - |
| XYZ | 17.86 | 8.33 | 47.12 | - |
| YUV | 64.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 186 | 0.31 | 0.95 | 0 | 0.27 | 280.34 | 0.91 | 0.38 |
| Hex | 80 | 9 | BA | 1F | 5F | 0 | 1B | 118 | 5B | 26 |
| Octal | 200 | 11 | 272 | 37 | 137 | 0 | 33 | 430 | 133 | 46 |
| Binary | 10000000 | 1001 | 10111010 | 11111 | 1011111 | 0 | 11011 | 100011000 | 1011011 | 100110 |
Color Harmonies of #8009BA
Complementary color
Monochromatic Colors of #8009BA
Black with #8009BA
Text Example
Text Example
White with #8009BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8009BA; }
p { color: rgb(128,9,186); }
H1.HeaderClassName
{
color: #8009BA;
}
.AnyTagClassName
{
color: #8009BA;
}
</style>
background-color css
<style>
a { background-color: #8009BA; }
a { background-color: rgb(128,9,186); }
div.DivClassName
{
background-color: #8009BA;
}
.BgClassName
{
background-color: #8009BA;
}
</style>
border-color css
<style>
span { border-color: #8009BA; }
span { border-color: rgb(128,9,186); }
td.TdClassName
{
border-color: #8009BA;
}
.TagClassName
{
border-color: #8009BA;
}
</style>