Shades of Dark Violet #8003BD
Tints of Dark Violet #8003BD
RGB
CMYK
RGB Variations
Color information
#8003BD (or 0x8003BD) is known color: Dark Violet. HEX triplet: 80, 03 and BD. RGB value is (128,3,189). Sum of RGB (Red+Green+Blue) = 128+3+189=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #8003BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8003BD is #7FFC42. Grayscale: #3C3C3C. Windows color (decimal): -8387651 or 12387200. OLE color: 12387200.
HSL color Cylindrical-coordinate representation of color #8003BD: hue angle of 280.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8003BD is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 3 | 189 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.26 |
| HSL | 280.32º | 0.97% | 0.38% | - |
| HSV(B) | 280.32º | 0.98% | 0.74% | - |
| XYZ | 18.12 | 8.33 | 48.8 | - |
| YUV | 61.58 | 199.91 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 189 | 0.32 | 0.98 | 0 | 0.26 | 280.32 | 0.97 | 0.38 |
| Hex | 80 | 3 | BD | 20 | 62 | 0 | 1A | 118 | 61 | 26 |
| Octal | 200 | 3 | 275 | 40 | 142 | 0 | 32 | 430 | 141 | 46 |
| Binary | 10000000 | 11 | 10111101 | 100000 | 1100010 | 0 | 11010 | 100011000 | 1100001 | 100110 |
Color Harmonies of #8003BD
Complementary color
Monochromatic Colors of #8003BD
Black with #8003BD
Text Example
Text Example
White with #8003BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8003BD; }
p { color: rgb(128,3,189); }
H1.HeaderClassName
{
color: #8003BD;
}
.AnyTagClassName
{
color: #8003BD;
}
</style>
background-color css
<style>
a { background-color: #8003BD; }
a { background-color: rgb(128,3,189); }
div.DivClassName
{
background-color: #8003BD;
}
.BgClassName
{
background-color: #8003BD;
}
</style>
border-color css
<style>
span { border-color: #8003BD; }
span { border-color: rgb(128,3,189); }
td.TdClassName
{
border-color: #8003BD;
}
.TagClassName
{
border-color: #8003BD;
}
</style>