Shades of Dark Violet #8503BD
Tints of Dark Violet #8503BD
RGB
CMYK
RGB Variations
Color information
#8503BD (or 0x8503BD) is known color: Dark Violet. HEX triplet: 85, 03 and BD. RGB value is (133,3,189). Sum of RGB (Red+Green+Blue) = 133+3+189=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #8503BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8503BD is #7AFC42. Grayscale: #3E3E3E. Windows color (decimal): -8059971 or 12387205. OLE color: 12387205.
HSL color Cylindrical-coordinate representation of color #8503BD: hue angle of 281.94º 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 #8503BD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 3 | 189 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.26 |
| HSL | 281.94º | 0.97% | 0.38% | - |
| HSV(B) | 281.94º | 0.98% | 0.74% | - |
| XYZ | 18.89 | 8.73 | 48.83 | - |
| YUV | 63.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 189 | 0.30 | 0.98 | 0 | 0.26 | 281.94 | 0.97 | 0.38 |
| Hex | 85 | 3 | BD | 1E | 62 | 0 | 1A | 11A | 61 | 26 |
| Octal | 205 | 3 | 275 | 36 | 142 | 0 | 32 | 432 | 141 | 46 |
| Binary | 10000101 | 11 | 10111101 | 11110 | 1100010 | 0 | 11010 | 100011010 | 1100001 | 100110 |
Color Harmonies of #8503BD
Complementary color
Monochromatic Colors of #8503BD
Black with #8503BD
Text Example
Text Example
White with #8503BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8503BD; }
p { color: rgb(133,3,189); }
H1.HeaderClassName
{
color: #8503BD;
}
.AnyTagClassName
{
color: #8503BD;
}
</style>
background-color css
<style>
a { background-color: #8503BD; }
a { background-color: rgb(133,3,189); }
div.DivClassName
{
background-color: #8503BD;
}
.BgClassName
{
background-color: #8503BD;
}
</style>
border-color css
<style>
span { border-color: #8503BD; }
span { border-color: rgb(133,3,189); }
td.TdClassName
{
border-color: #8503BD;
}
.TagClassName
{
border-color: #8503BD;
}
</style>