Shades of Dark Violet #8501EB
Tints of Dark Violet #8501EB
RGB
CMYK
RGB Variations
Color information
#8501EB (or 0x8501EB) is known color: Dark Violet. HEX triplet: 85, 01 and EB. RGB value is (133,1,235). Sum of RGB (Red+Green+Blue) = 133+1+235=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #8501EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501EB is #7AFE14. Grayscale: #424242. Windows color (decimal): -8060437 or 15401349. OLE color: 15401349.
HSL color Cylindrical-coordinate representation of color #8501EB: hue angle of 273.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501EB is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 1 | 235 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.08 |
| HSL | 273.85º | 0.99% | 0.46% | - |
| HSV(B) | 273.85º | 1% | 0.92% | - |
| XYZ | 24.68 | 11.01 | 79.42 | - |
| YUV | 67.14 | 222.73 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 235 | 0.43 | 1.00 | 0 | 0.08 | 273.85 | 0.99 | 0.46 |
| Hex | 85 | 1 | EB | 2B | 64 | 0 | 8 | 112 | 63 | 2E |
| Octal | 205 | 1 | 353 | 53 | 144 | 0 | 10 | 422 | 143 | 56 |
| Binary | 10000101 | 1 | 11101011 | 101011 | 1100100 | 0 | 1000 | 100010010 | 1100011 | 101110 |
Color Harmonies of #8501EB
Complementary color
Monochromatic Colors of #8501EB
Black with #8501EB
Text Example
Text Example
White with #8501EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501EB; }
p { color: rgb(133,1,235); }
H1.HeaderClassName
{
color: #8501EB;
}
.AnyTagClassName
{
color: #8501EB;
}
</style>
background-color css
<style>
a { background-color: #8501EB; }
a { background-color: rgb(133,1,235); }
div.DivClassName
{
background-color: #8501EB;
}
.BgClassName
{
background-color: #8501EB;
}
</style>
border-color css
<style>
span { border-color: #8501EB; }
span { border-color: rgb(133,1,235); }
td.TdClassName
{
border-color: #8501EB;
}
.TagClassName
{
border-color: #8501EB;
}
</style>