Shades of Dark Violet #8005BD
Tints of Dark Violet #8005BD
RGB
CMYK
RGB Variations
Color information
#8005BD (or 0x8005BD) is known color: Dark Violet. HEX triplet: 80, 05 and BD. RGB value is (128,5,189). Sum of RGB (Red+Green+Blue) = 128+5+189=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #8005BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8005BD is #7FFA42. Grayscale: #3E3E3E. Windows color (decimal): -8387139 or 12387712. OLE color: 12387712.
HSL color Cylindrical-coordinate representation of color #8005BD: hue angle of 280.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8005BD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 5 | 189 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.26 |
| HSL | 280.11º | 0.95% | 0.38% | - |
| HSV(B) | 280.11º | 0.97% | 0.74% | - |
| XYZ | 18.14 | 8.37 | 48.8 | - |
| YUV | 62.75 | 199.25 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 189 | 0.32 | 0.97 | 0 | 0.26 | 280.11 | 0.95 | 0.38 |
| Hex | 80 | 5 | BD | 20 | 61 | 0 | 1A | 118 | 5F | 26 |
| Octal | 200 | 5 | 275 | 40 | 141 | 0 | 32 | 430 | 137 | 46 |
| Binary | 10000000 | 101 | 10111101 | 100000 | 1100001 | 0 | 11010 | 100011000 | 1011111 | 100110 |
Color Harmonies of #8005BD
Complementary color
Monochromatic Colors of #8005BD
Black with #8005BD
Text Example
Text Example
White with #8005BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8005BD; }
p { color: rgb(128,5,189); }
H1.HeaderClassName
{
color: #8005BD;
}
.AnyTagClassName
{
color: #8005BD;
}
</style>
background-color css
<style>
a { background-color: #8005BD; }
a { background-color: rgb(128,5,189); }
div.DivClassName
{
background-color: #8005BD;
}
.BgClassName
{
background-color: #8005BD;
}
</style>
border-color css
<style>
span { border-color: #8005BD; }
span { border-color: rgb(128,5,189); }
td.TdClassName
{
border-color: #8005BD;
}
.TagClassName
{
border-color: #8005BD;
}
</style>