Shades of Dark Violet #8A0BB6
Tints of Dark Violet #8A0BB6
RGB
CMYK
RGB Variations
Color information
#8A0BB6 (or 0x8A0BB6) is known color: Dark Violet. HEX triplet: 8A, 0B and B6. RGB value is (138,11,182). Sum of RGB (Red+Green+Blue) = 138+11+182=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A0BB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0BB6 is #75F449. Grayscale: #434343. Windows color (decimal): -7730250 or 11930506. OLE color: 11930506.
HSL color Cylindrical-coordinate representation of color #8A0BB6: hue angle of 284.56º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0BB6 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 11 | 182 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.29 |
| HSL | 284.56º | 0.89% | 0.38% | - |
| HSV(B) | 284.56º | 0.94% | 0.71% | - |
| XYZ | 19.04 | 9.02 | 44.99 | - |
| YUV | 68.47 | 192.08 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 11 | 182 | 0.24 | 0.94 | 0 | 0.29 | 284.56 | 0.89 | 0.38 |
| Hex | 8A | B | B6 | 18 | 5E | 0 | 1D | 11D | 59 | 26 |
| Octal | 212 | 13 | 266 | 30 | 136 | 0 | 35 | 435 | 131 | 46 |
| Binary | 10001010 | 1011 | 10110110 | 11000 | 1011110 | 0 | 11101 | 100011101 | 1011001 | 100110 |
Color Harmonies of #8A0BB6
Complementary color
Monochromatic Colors of #8A0BB6
Black with #8A0BB6
Text Example
Text Example
White with #8A0BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0BB6; }
p { color: rgb(138,11,182); }
H1.HeaderClassName
{
color: #8A0BB6;
}
.AnyTagClassName
{
color: #8A0BB6;
}
</style>
background-color css
<style>
a { background-color: #8A0BB6; }
a { background-color: rgb(138,11,182); }
div.DivClassName
{
background-color: #8A0BB6;
}
.BgClassName
{
background-color: #8A0BB6;
}
</style>
border-color css
<style>
span { border-color: #8A0BB6; }
span { border-color: rgb(138,11,182); }
td.TdClassName
{
border-color: #8A0BB6;
}
.TagClassName
{
border-color: #8A0BB6;
}
</style>