Shades of Dark Violet #8B05D0
Tints of Dark Violet #8B05D0
RGB
CMYK
RGB Variations
Color information
#8B05D0 (or 0x8B05D0) is known color: Dark Violet. HEX triplet: 8B, 05 and D0. RGB value is (139,5,208). Sum of RGB (Red+Green+Blue) = 139+5+208=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 208 (81.64% from 255 or 59.09% from 352); Max value from RGB is 208 - color contains mainly: blue. Hex color #8B05D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B05D0 is #74FA2F. Grayscale: #434343. Windows color (decimal): -7666224 or 13632907. OLE color: 13632907.
HSL color Cylindrical-coordinate representation of color #8B05D0: hue angle of 279.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B05D0 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 5 | 208 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.18 |
| HSL | 279.61º | 0.95% | 0.42% | - |
| HSV(B) | 279.61º | 0.98% | 0.82% | - |
| XYZ | 22.09 | 10.15 | 60.47 | - |
| YUV | 68.21 | 206.89 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 208 | 0.33 | 0.98 | 0 | 0.18 | 279.61 | 0.95 | 0.42 |
| Hex | 8B | 5 | D0 | 21 | 62 | 0 | 12 | 118 | 5F | 2A |
| Octal | 213 | 5 | 320 | 41 | 142 | 0 | 22 | 430 | 137 | 52 |
| Binary | 10001011 | 101 | 11010000 | 100001 | 1100010 | 0 | 10010 | 100011000 | 1011111 | 101010 |
Color Harmonies of #8B05D0
Complementary color
Monochromatic Colors of #8B05D0
Black with #8B05D0
Text Example
Text Example
White with #8B05D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B05D0; }
p { color: rgb(139,5,208); }
H1.HeaderClassName
{
color: #8B05D0;
}
.AnyTagClassName
{
color: #8B05D0;
}
</style>
background-color css
<style>
a { background-color: #8B05D0; }
a { background-color: rgb(139,5,208); }
div.DivClassName
{
background-color: #8B05D0;
}
.BgClassName
{
background-color: #8B05D0;
}
</style>
border-color css
<style>
span { border-color: #8B05D0; }
span { border-color: rgb(139,5,208); }
td.TdClassName
{
border-color: #8B05D0;
}
.TagClassName
{
border-color: #8B05D0;
}
</style>