Shades of Dark Violet #8A00B7
Tints of Dark Violet #8A00B7
RGB
CMYK
RGB Variations
Color information
#8A00B7 (or 0x8A00B7) is known color: Dark Violet. HEX triplet: 8A, 00 and B7. RGB value is (138,0,183). Sum of RGB (Red+Green+Blue) = 138+0+183=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 183 (71.88% from 255 or 57.01% from 321); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A00B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00B7 is #75FF48. Grayscale: #3D3D3D. Windows color (decimal): -7733065 or 11993226. OLE color: 11993226.
HSL color Cylindrical-coordinate representation of color #8A00B7: hue angle of 285.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00B7 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 0 | 183 | - |
| CMYK | 0.25 | 1 | 0 | 0.28 |
| HSL | 285.25º | 1% | 0.36% | - |
| HSV(B) | 285.25º | 1% | 0.72% | - |
| XYZ | 19.03 | 8.82 | 45.5 | - |
| YUV | 62.12 | 196.22 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 183 | 0.25 | 1 | 0 | 0.28 | 285.25 | 1 | 0.36 |
| Hex | 8A | 0 | B7 | 19 | 64 | 0 | 1C | 11D | 64 | 24 |
| Octal | 212 | 0 | 267 | 31 | 144 | 0 | 34 | 435 | 144 | 44 |
| Binary | 10001010 | 0 | 10110111 | 11001 | 1100100 | 0 | 11100 | 100011101 | 1100100 | 100100 |
Color Harmonies of #8A00B7
Complementary color
Monochromatic Colors of #8A00B7
Black with #8A00B7
Text Example
Text Example
White with #8A00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00B7; }
p { color: rgb(138,0,183); }
H1.HeaderClassName
{
color: #8A00B7;
}
.AnyTagClassName
{
color: #8A00B7;
}
</style>
background-color css
<style>
a { background-color: #8A00B7; }
a { background-color: rgb(138,0,183); }
div.DivClassName
{
background-color: #8A00B7;
}
.BgClassName
{
background-color: #8A00B7;
}
</style>
border-color css
<style>
span { border-color: #8A00B7; }
span { border-color: rgb(138,0,183); }
td.TdClassName
{
border-color: #8A00B7;
}
.TagClassName
{
border-color: #8A00B7;
}
</style>