Shades of Dark Violet #8510BF
Tints of Dark Violet #8510BF
RGB
CMYK
RGB Variations
Color information
#8510BF (or 0x8510BF) is known color: Dark Violet. HEX triplet: 85, 10 and BF. RGB value is (133,16,191). Sum of RGB (Red+Green+Blue) = 133+16+191=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #8510BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510BF is #7AEF40. Grayscale: #464646. Windows color (decimal): -8056641 or 12521605. OLE color: 12521605.
HSL color Cylindrical-coordinate representation of color #8510BF: hue angle of 280.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8510BF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 16 | 191 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.25 |
| HSL | 280.11º | 0.85% | 0.41% | - |
| HSV(B) | 280.11º | 0.92% | 0.75% | - |
| XYZ | 19.26 | 9.12 | 50.04 | - |
| YUV | 70.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 191 | 0.30 | 0.92 | 0 | 0.25 | 280.11 | 0.85 | 0.41 |
| Hex | 85 | 10 | BF | 1E | 5C | 0 | 19 | 118 | 55 | 29 |
| Octal | 205 | 20 | 277 | 36 | 134 | 0 | 31 | 430 | 125 | 51 |
| Binary | 10000101 | 10000 | 10111111 | 11110 | 1011100 | 0 | 11001 | 100011000 | 1010101 | 101001 |
Color Harmonies of #8510BF
Complementary color
Monochromatic Colors of #8510BF
Black with #8510BF
Text Example
Text Example
White with #8510BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510BF; }
p { color: rgb(133,16,191); }
H1.HeaderClassName
{
color: #8510BF;
}
.AnyTagClassName
{
color: #8510BF;
}
</style>
background-color css
<style>
a { background-color: #8510BF; }
a { background-color: rgb(133,16,191); }
div.DivClassName
{
background-color: #8510BF;
}
.BgClassName
{
background-color: #8510BF;
}
</style>
border-color css
<style>
span { border-color: #8510BF; }
span { border-color: rgb(133,16,191); }
td.TdClassName
{
border-color: #8510BF;
}
.TagClassName
{
border-color: #8510BF;
}
</style>