Shades of Dark Violet #8B15BF
Tints of Dark Violet #8B15BF
RGB
CMYK
RGB Variations
Color information
#8B15BF (or 0x8B15BF) is known color: Dark Violet. HEX triplet: 8B, 15 and BF. RGB value is (139,21,191). Sum of RGB (Red+Green+Blue) = 139+21+191=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B15BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B15BF is #74EA40. Grayscale: #4B4B4B. Windows color (decimal): -7662145 or 12522891. OLE color: 12522891.
HSL color Cylindrical-coordinate representation of color #8B15BF: hue angle of 281.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B15BF is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 21 | 191 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.25 |
| HSL | 281.65º | 0.8% | 0.42% | - |
| HSV(B) | 281.65º | 0.89% | 0.75% | - |
| XYZ | 20.32 | 9.79 | 50.11 | - |
| YUV | 75.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 21 | 191 | 0.27 | 0.89 | 0 | 0.25 | 281.65 | 0.8 | 0.42 |
| Hex | 8B | 15 | BF | 1B | 59 | 0 | 19 | 11A | 50 | 2A |
| Octal | 213 | 25 | 277 | 33 | 131 | 0 | 31 | 432 | 120 | 52 |
| Binary | 10001011 | 10101 | 10111111 | 11011 | 1011001 | 0 | 11001 | 100011010 | 1010000 | 101010 |
Color Harmonies of #8B15BF
Complementary color
Monochromatic Colors of #8B15BF
Black with #8B15BF
Text Example
Text Example
White with #8B15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B15BF; }
p { color: rgb(139,21,191); }
H1.HeaderClassName
{
color: #8B15BF;
}
.AnyTagClassName
{
color: #8B15BF;
}
</style>
background-color css
<style>
a { background-color: #8B15BF; }
a { background-color: rgb(139,21,191); }
div.DivClassName
{
background-color: #8B15BF;
}
.BgClassName
{
background-color: #8B15BF;
}
</style>
border-color css
<style>
span { border-color: #8B15BF; }
span { border-color: rgb(139,21,191); }
td.TdClassName
{
border-color: #8B15BF;
}
.TagClassName
{
border-color: #8B15BF;
}
</style>