Shades of Dark Violet #8B05ED
Tints of Dark Violet #8B05ED
RGB
CMYK
RGB Variations
Color information
#8B05ED (or 0x8B05ED) is known color: Dark Violet. HEX triplet: 8B, 05 and ED. RGB value is (139,5,237). Sum of RGB (Red+Green+Blue) = 139+5+237=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B05ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B05ED is #74FA12. Grayscale: #464646. Windows color (decimal): -7666195 or 15533451. OLE color: 15533451.
HSL color Cylindrical-coordinate representation of color #8B05ED: hue angle of 274.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05ED is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 5 | 237 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.07 |
| HSL | 274.66º | 0.96% | 0.47% | - |
| HSV(B) | 274.66º | 0.98% | 0.93% | - |
| XYZ | 25.99 | 11.71 | 81.01 | - |
| YUV | 71.51 | 221.39 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 237 | 0.41 | 0.98 | 0 | 0.07 | 274.66 | 0.96 | 0.47 |
| Hex | 8B | 5 | ED | 29 | 62 | 0 | 7 | 113 | 60 | 2F |
| Octal | 213 | 5 | 355 | 51 | 142 | 0 | 7 | 423 | 140 | 57 |
| Binary | 10001011 | 101 | 11101101 | 101001 | 1100010 | 0 | 111 | 100010011 | 1100000 | 101111 |
Color Harmonies of #8B05ED
Complementary color
Monochromatic Colors of #8B05ED
Black with #8B05ED
Text Example
Text Example
White with #8B05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B05ED; }
p { color: rgb(139,5,237); }
H1.HeaderClassName
{
color: #8B05ED;
}
.AnyTagClassName
{
color: #8B05ED;
}
</style>
background-color css
<style>
a { background-color: #8B05ED; }
a { background-color: rgb(139,5,237); }
div.DivClassName
{
background-color: #8B05ED;
}
.BgClassName
{
background-color: #8B05ED;
}
</style>
border-color css
<style>
span { border-color: #8B05ED; }
span { border-color: rgb(139,5,237); }
td.TdClassName
{
border-color: #8B05ED;
}
.TagClassName
{
border-color: #8B05ED;
}
</style>