Shades of Dark Violet #8A07DB
Tints of Dark Violet #8A07DB
RGB
CMYK
RGB Variations
Color information
#8A07DB (or 0x8A07DB) is known color: Dark Violet. HEX triplet: 8A, 07 and DB. RGB value is (138,7,219). Sum of RGB (Red+Green+Blue) = 138+7+219=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A07DB is #75F824. Grayscale: #454545. Windows color (decimal): -7731237 or 14354314. OLE color: 14354314.
HSL color Cylindrical-coordinate representation of color #8A07DB: hue angle of 277.08º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A07DB is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 7 | 219 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.14 |
| HSL | 277.08º | 0.94% | 0.44% | - |
| HSV(B) | 277.08º | 0.97% | 0.86% | - |
| XYZ | 23.34 | 10.67 | 67.85 | - |
| YUV | 70.34 | 211.9 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 219 | 0.37 | 0.97 | 0 | 0.14 | 277.08 | 0.94 | 0.44 |
| Hex | 8A | 7 | DB | 25 | 61 | 0 | E | 115 | 5E | 2C |
| Octal | 212 | 7 | 333 | 45 | 141 | 0 | 16 | 425 | 136 | 54 |
| Binary | 10001010 | 111 | 11011011 | 100101 | 1100001 | 0 | 1110 | 100010101 | 1011110 | 101100 |
Color Harmonies of #8A07DB
Complementary color
Monochromatic Colors of #8A07DB
Black with #8A07DB
Text Example
Text Example
White with #8A07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A07DB; }
p { color: rgb(138,7,219); }
H1.HeaderClassName
{
color: #8A07DB;
}
.AnyTagClassName
{
color: #8A07DB;
}
</style>
background-color css
<style>
a { background-color: #8A07DB; }
a { background-color: rgb(138,7,219); }
div.DivClassName
{
background-color: #8A07DB;
}
.BgClassName
{
background-color: #8A07DB;
}
</style>
border-color css
<style>
span { border-color: #8A07DB; }
span { border-color: rgb(138,7,219); }
td.TdClassName
{
border-color: #8A07DB;
}
.TagClassName
{
border-color: #8A07DB;
}
</style>