Shades of Blue Violet #8A40DC
Tints of Blue Violet #8A40DC
RGB
CMYK
RGB Variations
Color information
#8A40DC (or 0x8A40DC) is known color: Blue Violet. HEX triplet: 8A, 40 and DC. RGB value is (138,64,220). Sum of RGB (Red+Green+Blue) = 138+64+220=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40DC is #75BF23. Grayscale: #676767. Windows color (decimal): -7716644 or 14434442. OLE color: 14434442.
HSL color Cylindrical-coordinate representation of color #8A40DC: hue angle of 268.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A40DC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 64 | 220 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.14 |
| HSL | 268.46º | 0.69% | 0.56% | - |
| HSV(B) | 268.46º | 0.71% | 0.86% | - |
| XYZ | 25.23 | 14.24 | 69.13 | - |
| YUV | 103.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 64 | 220 | 0.37 | 0.71 | 0 | 0.14 | 268.46 | 0.69 | 0.56 |
| Hex | 8A | 40 | DC | 25 | 47 | 0 | E | 10C | 45 | 38 |
| Octal | 212 | 100 | 334 | 45 | 107 | 0 | 16 | 414 | 105 | 70 |
| Binary | 10001010 | 1000000 | 11011100 | 100101 | 1000111 | 0 | 1110 | 100001100 | 1000101 | 111000 |
Color Harmonies of #8A40DC
Complementary color
Monochromatic Colors of #8A40DC
Black with #8A40DC
Text Example
Text Example
White with #8A40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A40DC; }
p { color: rgb(138,64,220); }
H1.HeaderClassName
{
color: #8A40DC;
}
.AnyTagClassName
{
color: #8A40DC;
}
</style>
background-color css
<style>
a { background-color: #8A40DC; }
a { background-color: rgb(138,64,220); }
div.DivClassName
{
background-color: #8A40DC;
}
.BgClassName
{
background-color: #8A40DC;
}
</style>
border-color css
<style>
span { border-color: #8A40DC; }
span { border-color: rgb(138,64,220); }
td.TdClassName
{
border-color: #8A40DC;
}
.TagClassName
{
border-color: #8A40DC;
}
</style>