Shades of Dark Violet #8A01BB
Tints of Dark Violet #8A01BB
RGB
CMYK
RGB Variations
Color information
#8A01BB (or 0x8A01BB) is known color: Dark Violet. HEX triplet: 8A, 01 and BB. RGB value is (138,1,187). Sum of RGB (Red+Green+Blue) = 138+1+187=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A01BB is #75FE44. Grayscale: #3E3E3E. Windows color (decimal): -7732805 or 12255626. OLE color: 12255626.
HSL color Cylindrical-coordinate representation of color #8A01BB: hue angle of 284.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A01BB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 1 | 187 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.27 |
| HSL | 284.19º | 0.99% | 0.37% | - |
| HSV(B) | 284.19º | 0.99% | 0.73% | - |
| XYZ | 19.46 | 9.01 | 47.73 | - |
| YUV | 63.17 | 197.89 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 1 | 187 | 0.26 | 0.99 | 0 | 0.27 | 284.19 | 0.99 | 0.37 |
| Hex | 8A | 1 | BB | 1A | 63 | 0 | 1B | 11C | 63 | 25 |
| Octal | 212 | 1 | 273 | 32 | 143 | 0 | 33 | 434 | 143 | 45 |
| Binary | 10001010 | 1 | 10111011 | 11010 | 1100011 | 0 | 11011 | 100011100 | 1100011 | 100101 |
Color Harmonies of #8A01BB
Complementary color
Monochromatic Colors of #8A01BB
Black with #8A01BB
Text Example
Text Example
White with #8A01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A01BB; }
p { color: rgb(138,1,187); }
H1.HeaderClassName
{
color: #8A01BB;
}
.AnyTagClassName
{
color: #8A01BB;
}
</style>
background-color css
<style>
a { background-color: #8A01BB; }
a { background-color: rgb(138,1,187); }
div.DivClassName
{
background-color: #8A01BB;
}
.BgClassName
{
background-color: #8A01BB;
}
</style>
border-color css
<style>
span { border-color: #8A01BB; }
span { border-color: rgb(138,1,187); }
td.TdClassName
{
border-color: #8A01BB;
}
.TagClassName
{
border-color: #8A01BB;
}
</style>