Shades of Dark Violet #8B00EA
Tints of Dark Violet #8B00EA
RGB
CMYK
RGB Variations
Color information
#8B00EA (or 0x8B00EA) is known color: Dark Violet. HEX triplet: 8B, 00 and EA. RGB value is (139,0,234). Sum of RGB (Red+Green+Blue) = 139+0+234=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B00EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B00EA is #74FF15. Grayscale: #434343. Windows color (decimal): -7667478 or 15335563. OLE color: 15335563.
HSL color Cylindrical-coordinate representation of color #8B00EA: hue angle of 275.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B00EA is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 0 | 234 | - |
| CMYK | 0.41 | 1 | 0 | 0.08 |
| HSL | 275.64º | 1% | 0.46% | - |
| HSV(B) | 275.64º | 1% | 0.92% | - |
| XYZ | 25.5 | 11.43 | 78.7 | - |
| YUV | 68.24 | 221.55 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 234 | 0.41 | 1 | 0 | 0.08 | 275.64 | 1 | 0.46 |
| Hex | 8B | 0 | EA | 29 | 64 | 0 | 8 | 114 | 64 | 2E |
| Octal | 213 | 0 | 352 | 51 | 144 | 0 | 10 | 424 | 144 | 56 |
| Binary | 10001011 | 0 | 11101010 | 101001 | 1100100 | 0 | 1000 | 100010100 | 1100100 | 101110 |
Color Harmonies of #8B00EA
Complementary color
Monochromatic Colors of #8B00EA
Black with #8B00EA
Text Example
Text Example
White with #8B00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B00EA; }
p { color: rgb(139,0,234); }
H1.HeaderClassName
{
color: #8B00EA;
}
.AnyTagClassName
{
color: #8B00EA;
}
</style>
background-color css
<style>
a { background-color: #8B00EA; }
a { background-color: rgb(139,0,234); }
div.DivClassName
{
background-color: #8B00EA;
}
.BgClassName
{
background-color: #8B00EA;
}
</style>
border-color css
<style>
span { border-color: #8B00EA; }
span { border-color: rgb(139,0,234); }
td.TdClassName
{
border-color: #8B00EA;
}
.TagClassName
{
border-color: #8B00EA;
}
</style>