Shades of Dark Violet #8507BC
Tints of Dark Violet #8507BC
RGB
CMYK
RGB Variations
Color information
#8507BC (or 0x8507BC) is known color: Dark Violet. HEX triplet: 85, 07 and BC. RGB value is (133,7,188). Sum of RGB (Red+Green+Blue) = 133+7+188=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #8507BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8507BC is #7AF843. Grayscale: #404040. Windows color (decimal): -8058948 or 12322693. OLE color: 12322693.
HSL color Cylindrical-coordinate representation of color #8507BC: hue angle of 281.77º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8507BC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 7 | 188 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.26 |
| HSL | 281.77º | 0.93% | 0.38% | - |
| HSV(B) | 281.77º | 0.96% | 0.74% | - |
| XYZ | 18.83 | 8.77 | 48.28 | - |
| YUV | 65.31 | 197.24 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 188 | 0.29 | 0.96 | 0 | 0.26 | 281.77 | 0.93 | 0.38 |
| Hex | 85 | 7 | BC | 1D | 60 | 0 | 1A | 11A | 5D | 26 |
| Octal | 205 | 7 | 274 | 35 | 140 | 0 | 32 | 432 | 135 | 46 |
| Binary | 10000101 | 111 | 10111100 | 11101 | 1100000 | 0 | 11010 | 100011010 | 1011101 | 100110 |
Color Harmonies of #8507BC
Complementary color
Monochromatic Colors of #8507BC
Black with #8507BC
Text Example
Text Example
White with #8507BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8507BC; }
p { color: rgb(133,7,188); }
H1.HeaderClassName
{
color: #8507BC;
}
.AnyTagClassName
{
color: #8507BC;
}
</style>
background-color css
<style>
a { background-color: #8507BC; }
a { background-color: rgb(133,7,188); }
div.DivClassName
{
background-color: #8507BC;
}
.BgClassName
{
background-color: #8507BC;
}
</style>
border-color css
<style>
span { border-color: #8507BC; }
span { border-color: rgb(133,7,188); }
td.TdClassName
{
border-color: #8507BC;
}
.TagClassName
{
border-color: #8507BC;
}
</style>