Shades of Dark Violet #8B17BA
Tints of Dark Violet #8B17BA
RGB
CMYK
RGB Variations
Color information
#8B17BA (or 0x8B17BA) is known color: Dark Violet. HEX triplet: 8B, 17 and BA. RGB value is (139,23,186). Sum of RGB (Red+Green+Blue) = 139+23+186=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B17BA is #74E845. Grayscale: #4B4B4B. Windows color (decimal): -7661638 or 12195723. OLE color: 12195723.
HSL color Cylindrical-coordinate representation of color #8B17BA: hue angle of 282.7º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B17BA is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 23 | 186 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.27 |
| HSL | 282.7º | 0.78% | 0.41% | - |
| HSV(B) | 282.7º | 0.88% | 0.73% | - |
| XYZ | 19.82 | 9.65 | 47.27 | - |
| YUV | 76.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 186 | 0.25 | 0.88 | 0 | 0.27 | 282.7 | 0.78 | 0.41 |
| Hex | 8B | 17 | BA | 19 | 58 | 0 | 1B | 11B | 4E | 29 |
| Octal | 213 | 27 | 272 | 31 | 130 | 0 | 33 | 433 | 116 | 51 |
| Binary | 10001011 | 10111 | 10111010 | 11001 | 1011000 | 0 | 11011 | 100011011 | 1001110 | 101001 |
Color Harmonies of #8B17BA
Complementary color
Monochromatic Colors of #8B17BA
Black with #8B17BA
Text Example
Text Example
White with #8B17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B17BA; }
p { color: rgb(139,23,186); }
H1.HeaderClassName
{
color: #8B17BA;
}
.AnyTagClassName
{
color: #8B17BA;
}
</style>
background-color css
<style>
a { background-color: #8B17BA; }
a { background-color: rgb(139,23,186); }
div.DivClassName
{
background-color: #8B17BA;
}
.BgClassName
{
background-color: #8B17BA;
}
</style>
border-color css
<style>
span { border-color: #8B17BA; }
span { border-color: rgb(139,23,186); }
td.TdClassName
{
border-color: #8B17BA;
}
.TagClassName
{
border-color: #8B17BA;
}
</style>