Shades of Blue Violet #8A42DB
Tints of Blue Violet #8A42DB
RGB
CMYK
RGB Variations
Color information
#8A42DB (or 0x8A42DB) is known color: Blue Violet. HEX triplet: 8A, 42 and DB. RGB value is (138,66,219). Sum of RGB (Red+Green+Blue) = 138+66+219=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A42DB is #75BD24. Grayscale: #686868. Windows color (decimal): -7716133 or 14369418. OLE color: 14369418.
HSL color Cylindrical-coordinate representation of color #8A42DB: hue angle of 268.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A42DB is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 66 | 219 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.14 |
| HSL | 268.24º | 0.68% | 0.56% | - |
| HSV(B) | 268.24º | 0.7% | 0.86% | - |
| XYZ | 25.22 | 14.41 | 68.47 | - |
| YUV | 104.97 | 192.35 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 219 | 0.37 | 0.70 | 0 | 0.14 | 268.24 | 0.68 | 0.56 |
| Hex | 8A | 42 | DB | 25 | 46 | 0 | E | 10C | 44 | 38 |
| Octal | 212 | 102 | 333 | 45 | 106 | 0 | 16 | 414 | 104 | 70 |
| Binary | 10001010 | 1000010 | 11011011 | 100101 | 1000110 | 0 | 1110 | 100001100 | 1000100 | 111000 |
Color Harmonies of #8A42DB
Complementary color
Monochromatic Colors of #8A42DB
Black with #8A42DB
Text Example
Text Example
White with #8A42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A42DB; }
p { color: rgb(138,66,219); }
H1.HeaderClassName
{
color: #8A42DB;
}
.AnyTagClassName
{
color: #8A42DB;
}
</style>
background-color css
<style>
a { background-color: #8A42DB; }
a { background-color: rgb(138,66,219); }
div.DivClassName
{
background-color: #8A42DB;
}
.BgClassName
{
background-color: #8A42DB;
}
</style>
border-color css
<style>
span { border-color: #8A42DB; }
span { border-color: rgb(138,66,219); }
td.TdClassName
{
border-color: #8A42DB;
}
.TagClassName
{
border-color: #8A42DB;
}
</style>