Shades of Blue Violet #8A22DB
Tints of Blue Violet #8A22DB
RGB
CMYK
RGB Variations
Color information
#8A22DB (or 0x8A22DB) is known color: Blue Violet. HEX triplet: 8A, 22 and DB. RGB value is (138,34,219). Sum of RGB (Red+Green+Blue) = 138+34+219=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A22DB is #75DD24. Grayscale: #555555. Windows color (decimal): -7724325 or 14361226. OLE color: 14361226.
HSL color Cylindrical-coordinate representation of color #8A22DB: hue angle of 273.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A22DB is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 34 | 219 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.14 |
| HSL | 273.73º | 0.73% | 0.5% | - |
| HSV(B) | 273.73º | 0.84% | 0.86% | - |
| XYZ | 23.84 | 11.66 | 68.01 | - |
| YUV | 86.19 | 202.96 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 219 | 0.37 | 0.84 | 0 | 0.14 | 273.73 | 0.73 | 0.5 |
| Hex | 8A | 22 | DB | 25 | 54 | 0 | E | 112 | 49 | 32 |
| Octal | 212 | 42 | 333 | 45 | 124 | 0 | 16 | 422 | 111 | 62 |
| Binary | 10001010 | 100010 | 11011011 | 100101 | 1010100 | 0 | 1110 | 100010010 | 1001001 | 110010 |
Color Harmonies of #8A22DB
Complementary color
Monochromatic Colors of #8A22DB
Black with #8A22DB
Text Example
Text Example
White with #8A22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A22DB; }
p { color: rgb(138,34,219); }
H1.HeaderClassName
{
color: #8A22DB;
}
.AnyTagClassName
{
color: #8A22DB;
}
</style>
background-color css
<style>
a { background-color: #8A22DB; }
a { background-color: rgb(138,34,219); }
div.DivClassName
{
background-color: #8A22DB;
}
.BgClassName
{
background-color: #8A22DB;
}
</style>
border-color css
<style>
span { border-color: #8A22DB; }
span { border-color: rgb(138,34,219); }
td.TdClassName
{
border-color: #8A22DB;
}
.TagClassName
{
border-color: #8A22DB;
}
</style>