Shades of Dark Violet #8504C0
Tints of Dark Violet #8504C0
RGB
CMYK
RGB Variations
Color information
#8504C0 (or 0x8504C0) is known color: Dark Violet. HEX triplet: 85, 04 and C0. RGB value is (133,4,192). Sum of RGB (Red+Green+Blue) = 133+4+192=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #8504C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8504C0 is #7AFB3F. Grayscale: #3F3F3F. Windows color (decimal): -8059712 or 12584069. OLE color: 12584069.
HSL color Cylindrical-coordinate representation of color #8504C0: hue angle of 281.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8504C0 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 4 | 192 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.25 |
| HSL | 281.17º | 0.96% | 0.38% | - |
| HSV(B) | 281.17º | 0.98% | 0.75% | - |
| XYZ | 19.23 | 8.88 | 50.57 | - |
| YUV | 64 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 192 | 0.31 | 0.98 | 0 | 0.25 | 281.17 | 0.96 | 0.38 |
| Hex | 85 | 4 | C0 | 1F | 62 | 0 | 19 | 119 | 60 | 26 |
| Octal | 205 | 4 | 300 | 37 | 142 | 0 | 31 | 431 | 140 | 46 |
| Binary | 10000101 | 100 | 11000000 | 11111 | 1100010 | 0 | 11001 | 100011001 | 1100000 | 100110 |
Color Harmonies of #8504C0
Complementary color
Monochromatic Colors of #8504C0
Black with #8504C0
Text Example
Text Example
White with #8504C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8504C0; }
p { color: rgb(133,4,192); }
H1.HeaderClassName
{
color: #8504C0;
}
.AnyTagClassName
{
color: #8504C0;
}
</style>
background-color css
<style>
a { background-color: #8504C0; }
a { background-color: rgb(133,4,192); }
div.DivClassName
{
background-color: #8504C0;
}
.BgClassName
{
background-color: #8504C0;
}
</style>
border-color css
<style>
span { border-color: #8504C0; }
span { border-color: rgb(133,4,192); }
td.TdClassName
{
border-color: #8504C0;
}
.TagClassName
{
border-color: #8504C0;
}
</style>