Shades of Dark Violet #8503C2
Tints of Dark Violet #8503C2
RGB
CMYK
RGB Variations
Color information
#8503C2 (or 0x8503C2) is known color: Dark Violet. HEX triplet: 85, 03 and C2. RGB value is (133,3,194). Sum of RGB (Red+Green+Blue) = 133+3+194=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 194 (76.17% from 255 or 58.79% from 330); Max value from RGB is 194 - color contains mainly: blue. Hex color #8503C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8503C2 is #7AFC3D. Grayscale: #3F3F3F. Windows color (decimal): -8059966 or 12714885. OLE color: 12714885.
HSL color Cylindrical-coordinate representation of color #8503C2: hue angle of 280.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8503C2 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 3 | 194 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.24 |
| HSL | 280.84º | 0.97% | 0.39% | - |
| HSV(B) | 280.84º | 0.98% | 0.76% | - |
| XYZ | 19.44 | 8.95 | 51.74 | - |
| YUV | 63.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 194 | 0.31 | 0.98 | 0 | 0.24 | 280.84 | 0.97 | 0.39 |
| Hex | 85 | 3 | C2 | 1F | 62 | 0 | 18 | 119 | 61 | 27 |
| Octal | 205 | 3 | 302 | 37 | 142 | 0 | 30 | 431 | 141 | 47 |
| Binary | 10000101 | 11 | 11000010 | 11111 | 1100010 | 0 | 11000 | 100011001 | 1100001 | 100111 |
Color Harmonies of #8503C2
Complementary color
Monochromatic Colors of #8503C2
Black with #8503C2
Text Example
Text Example
White with #8503C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8503C2; }
p { color: rgb(133,3,194); }
H1.HeaderClassName
{
color: #8503C2;
}
.AnyTagClassName
{
color: #8503C2;
}
</style>
background-color css
<style>
a { background-color: #8503C2; }
a { background-color: rgb(133,3,194); }
div.DivClassName
{
background-color: #8503C2;
}
.BgClassName
{
background-color: #8503C2;
}
</style>
border-color css
<style>
span { border-color: #8503C2; }
span { border-color: rgb(133,3,194); }
td.TdClassName
{
border-color: #8503C2;
}
.TagClassName
{
border-color: #8503C2;
}
</style>