Shades of Dark Violet #8507E1
Tints of Dark Violet #8507E1
RGB
CMYK
RGB Variations
Color information
#8507E1 (or 0x8507E1) is known color: Dark Violet. HEX triplet: 85, 07 and E1. RGB value is (133,7,225). Sum of RGB (Red+Green+Blue) = 133+7+225=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #8507E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8507E1 is #7AF81E. Grayscale: #444444. Windows color (decimal): -8058911 or 14747525. OLE color: 14747525.
HSL color Cylindrical-coordinate representation of color #8507E1: hue angle of 274.68º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8507E1 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 133 | 7 | 225 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.12 |
| HSL | 274.68º | 0.94% | 0.45% | - |
| HSV(B) | 274.68º | 0.97% | 0.88% | - |
| XYZ | 23.34 | 10.57 | 72.05 | - |
| YUV | 69.53 | 215.74 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 225 | 0.41 | 0.97 | 0 | 0.12 | 274.68 | 0.94 | 0.45 |
| Hex | 85 | 7 | E1 | 29 | 61 | 0 | C | 113 | 5E | 2D |
| Octal | 205 | 7 | 341 | 51 | 141 | 0 | 14 | 423 | 136 | 55 |
| Binary | 10000101 | 111 | 11100001 | 101001 | 1100001 | 0 | 1100 | 100010011 | 1011110 | 101101 |
Color Harmonies of #8507E1
Complementary color
Monochromatic Colors of #8507E1
Black with #8507E1
Text Example
Text Example
White with #8507E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8507E1; }
p { color: rgb(133,7,225); }
H1.HeaderClassName
{
color: #8507E1;
}
.AnyTagClassName
{
color: #8507E1;
}
</style>
background-color css
<style>
a { background-color: #8507E1; }
a { background-color: rgb(133,7,225); }
div.DivClassName
{
background-color: #8507E1;
}
.BgClassName
{
background-color: #8507E1;
}
</style>
border-color css
<style>
span { border-color: #8507E1; }
span { border-color: rgb(133,7,225); }
td.TdClassName
{
border-color: #8507E1;
}
.TagClassName
{
border-color: #8507E1;
}
</style>