Shades of Dark Violet #8B17BC
Tints of Dark Violet #8B17BC
RGB
CMYK
RGB Variations
Color information
#8B17BC (or 0x8B17BC) is known color: Dark Violet. HEX triplet: 8B, 17 and BC. RGB value is (139,23,188). Sum of RGB (Red+Green+Blue) = 139+23+188=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B17BC is #74E843. Grayscale: #4B4B4B. Windows color (decimal): -7661636 or 12326795. OLE color: 12326795.
HSL color Cylindrical-coordinate representation of color #8B17BC: hue angle of 282.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B17BC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 23 | 188 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.26 |
| HSL | 282.18º | 0.78% | 0.41% | - |
| HSV(B) | 282.18º | 0.88% | 0.74% | - |
| XYZ | 20.03 | 9.73 | 48.4 | - |
| YUV | 76.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 23 | 188 | 0.26 | 0.88 | 0 | 0.26 | 282.18 | 0.78 | 0.41 |
| Hex | 8B | 17 | BC | 1A | 58 | 0 | 1A | 11A | 4E | 29 |
| Octal | 213 | 27 | 274 | 32 | 130 | 0 | 32 | 432 | 116 | 51 |
| Binary | 10001011 | 10111 | 10111100 | 11010 | 1011000 | 0 | 11010 | 100011010 | 1001110 | 101001 |
Color Harmonies of #8B17BC
Complementary color
Monochromatic Colors of #8B17BC
Black with #8B17BC
Text Example
Text Example
White with #8B17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B17BC; }
p { color: rgb(139,23,188); }
H1.HeaderClassName
{
color: #8B17BC;
}
.AnyTagClassName
{
color: #8B17BC;
}
</style>
background-color css
<style>
a { background-color: #8B17BC; }
a { background-color: rgb(139,23,188); }
div.DivClassName
{
background-color: #8B17BC;
}
.BgClassName
{
background-color: #8B17BC;
}
</style>
border-color css
<style>
span { border-color: #8B17BC; }
span { border-color: rgb(139,23,188); }
td.TdClassName
{
border-color: #8B17BC;
}
.TagClassName
{
border-color: #8B17BC;
}
</style>