Shades of Dark Violet #8B05EA
Tints of Dark Violet #8B05EA
RGB
CMYK
RGB Variations
Color information
#8B05EA (or 0x8B05EA) is known color: Dark Violet. HEX triplet: 8B, 05 and EA. RGB value is (139,5,234). Sum of RGB (Red+Green+Blue) = 139+5+234=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B05EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B05EA is #74FA15. Grayscale: #464646. Windows color (decimal): -7666198 or 15336843. OLE color: 15336843.
HSL color Cylindrical-coordinate representation of color #8B05EA: hue angle of 275.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05EA is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 5 | 234 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.08 |
| HSL | 275.11º | 0.96% | 0.47% | - |
| HSV(B) | 275.11º | 0.98% | 0.92% | - |
| XYZ | 25.55 | 11.54 | 78.72 | - |
| YUV | 71.17 | 219.89 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 234 | 0.41 | 0.98 | 0 | 0.08 | 275.11 | 0.96 | 0.47 |
| Hex | 8B | 5 | EA | 29 | 62 | 0 | 8 | 113 | 60 | 2F |
| Octal | 213 | 5 | 352 | 51 | 142 | 0 | 10 | 423 | 140 | 57 |
| Binary | 10001011 | 101 | 11101010 | 101001 | 1100010 | 0 | 1000 | 100010011 | 1100000 | 101111 |
Color Harmonies of #8B05EA
Complementary color
Monochromatic Colors of #8B05EA
Black with #8B05EA
Text Example
Text Example
White with #8B05EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B05EA; }
p { color: rgb(139,5,234); }
H1.HeaderClassName
{
color: #8B05EA;
}
.AnyTagClassName
{
color: #8B05EA;
}
</style>
background-color css
<style>
a { background-color: #8B05EA; }
a { background-color: rgb(139,5,234); }
div.DivClassName
{
background-color: #8B05EA;
}
.BgClassName
{
background-color: #8B05EA;
}
</style>
border-color css
<style>
span { border-color: #8B05EA; }
span { border-color: rgb(139,5,234); }
td.TdClassName
{
border-color: #8B05EA;
}
.TagClassName
{
border-color: #8B05EA;
}
</style>