Shades of Dark Violet #8A09DB
Tints of Dark Violet #8A09DB
RGB
CMYK
RGB Variations
Color information
#8A09DB (or 0x8A09DB) is known color: Dark Violet. HEX triplet: 8A, 09 and DB. RGB value is (138,9,219). Sum of RGB (Red+Green+Blue) = 138+9+219=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A09DB is #75F624. Grayscale: #464646. Windows color (decimal): -7730725 or 14354826. OLE color: 14354826.
HSL color Cylindrical-coordinate representation of color #8A09DB: hue angle of 276.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A09DB is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 9 | 219 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.14 |
| HSL | 276.86º | 0.92% | 0.45% | - |
| HSV(B) | 276.86º | 0.96% | 0.86% | - |
| XYZ | 23.37 | 10.71 | 67.85 | - |
| YUV | 71.51 | 211.24 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 219 | 0.37 | 0.96 | 0 | 0.14 | 276.86 | 0.92 | 0.45 |
| Hex | 8A | 9 | DB | 25 | 60 | 0 | E | 115 | 5C | 2D |
| Octal | 212 | 11 | 333 | 45 | 140 | 0 | 16 | 425 | 134 | 55 |
| Binary | 10001010 | 1001 | 11011011 | 100101 | 1100000 | 0 | 1110 | 100010101 | 1011100 | 101101 |
Color Harmonies of #8A09DB
Complementary color
Monochromatic Colors of #8A09DB
Black with #8A09DB
Text Example
Text Example
White with #8A09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A09DB; }
p { color: rgb(138,9,219); }
H1.HeaderClassName
{
color: #8A09DB;
}
.AnyTagClassName
{
color: #8A09DB;
}
</style>
background-color css
<style>
a { background-color: #8A09DB; }
a { background-color: rgb(138,9,219); }
div.DivClassName
{
background-color: #8A09DB;
}
.BgClassName
{
background-color: #8A09DB;
}
</style>
border-color css
<style>
span { border-color: #8A09DB; }
span { border-color: rgb(138,9,219); }
td.TdClassName
{
border-color: #8A09DB;
}
.TagClassName
{
border-color: #8A09DB;
}
</style>