Shades of Dark Violet #8A0BBF
Tints of Dark Violet #8A0BBF
RGB
CMYK
RGB Variations
Color information
#8A0BBF (or 0x8A0BBF) is known color: Dark Violet. HEX triplet: 8A, 0B and BF. RGB value is (138,11,191). Sum of RGB (Red+Green+Blue) = 138+11+191=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A0BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0BBF is #75F440. Grayscale: #444444. Windows color (decimal): -7730241 or 12520330. OLE color: 12520330.
HSL color Cylindrical-coordinate representation of color #8A0BBF: hue angle of 282.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0BBF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 11 | 191 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.25 |
| HSL | 282.33º | 0.89% | 0.4% | - |
| HSV(B) | 282.33º | 0.94% | 0.75% | - |
| XYZ | 20 | 9.4 | 50.05 | - |
| YUV | 69.49 | 196.58 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 191 | 0.28 | 0.94 | 0 | 0.25 | 282.33 | 0.89 | 0.4 |
| Hex | 8A | B | BF | 1C | 5E | 0 | 19 | 11A | 59 | 28 |
| Octal | 212 | 13 | 277 | 34 | 136 | 0 | 31 | 432 | 131 | 50 |
| Binary | 10001010 | 1011 | 10111111 | 11100 | 1011110 | 0 | 11001 | 100011010 | 1011001 | 101000 |
Color Harmonies of #8A0BBF
Complementary color
Monochromatic Colors of #8A0BBF
Black with #8A0BBF
Text Example
Text Example
White with #8A0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0BBF; }
p { color: rgb(138,11,191); }
H1.HeaderClassName
{
color: #8A0BBF;
}
.AnyTagClassName
{
color: #8A0BBF;
}
</style>
background-color css
<style>
a { background-color: #8A0BBF; }
a { background-color: rgb(138,11,191); }
div.DivClassName
{
background-color: #8A0BBF;
}
.BgClassName
{
background-color: #8A0BBF;
}
</style>
border-color css
<style>
span { border-color: #8A0BBF; }
span { border-color: rgb(138,11,191); }
td.TdClassName
{
border-color: #8A0BBF;
}
.TagClassName
{
border-color: #8A0BBF;
}
</style>