Shades of Dark Violet #8B04B1
Tints of Dark Violet #8B04B1
RGB
CMYK
RGB Variations
Color information
#8B04B1 (or 0x8B04B1) is known color: Dark Violet. HEX triplet: 8B, 04 and B1. RGB value is (139,4,177). Sum of RGB (Red+Green+Blue) = 139+4+177=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #8B04B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B04B1 is #74FB4E. Grayscale: #3F3F3F. Windows color (decimal): -7666511 or 11601035. OLE color: 11601035.
HSL color Cylindrical-coordinate representation of color #8B04B1: hue angle of 286.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B04B1 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 4 | 177 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.31 |
| HSL | 286.82º | 0.96% | 0.35% | - |
| HSV(B) | 286.82º | 0.98% | 0.69% | - |
| XYZ | 18.63 | 8.75 | 42.3 | - |
| YUV | 64.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 177 | 0.21 | 0.98 | 0 | 0.31 | 286.82 | 0.96 | 0.35 |
| Hex | 8B | 4 | B1 | 15 | 62 | 0 | 1F | 11F | 60 | 23 |
| Octal | 213 | 4 | 261 | 25 | 142 | 0 | 37 | 437 | 140 | 43 |
| Binary | 10001011 | 100 | 10110001 | 10101 | 1100010 | 0 | 11111 | 100011111 | 1100000 | 100011 |
Color Harmonies of #8B04B1
Complementary color
Monochromatic Colors of #8B04B1
Black with #8B04B1
Text Example
Text Example
White with #8B04B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B04B1; }
p { color: rgb(139,4,177); }
H1.HeaderClassName
{
color: #8B04B1;
}
.AnyTagClassName
{
color: #8B04B1;
}
</style>
background-color css
<style>
a { background-color: #8B04B1; }
a { background-color: rgb(139,4,177); }
div.DivClassName
{
background-color: #8B04B1;
}
.BgClassName
{
background-color: #8B04B1;
}
</style>
border-color css
<style>
span { border-color: #8B04B1; }
span { border-color: rgb(139,4,177); }
td.TdClassName
{
border-color: #8B04B1;
}
.TagClassName
{
border-color: #8B04B1;
}
</style>