Shades of Blue Violet #8A2DDE
Tints of Blue Violet #8A2DDE
RGB
CMYK
RGB Variations
Color information
#8A2DDE (or 0x8A2DDE) is known color: Blue Violet. HEX triplet: 8A, 2D and DE. RGB value is (138,45,222). Sum of RGB (Red+Green+Blue) = 138+45+222=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DDE is #75D221. Grayscale: #5C5C5C. Windows color (decimal): -7721506 or 14560650. OLE color: 14560650.
HSL color Cylindrical-coordinate representation of color #8A2DDE: hue angle of 271.53º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A2DDE is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 45 | 222 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.13 |
| HSL | 271.53º | 0.73% | 0.52% | - |
| HSV(B) | 271.53º | 0.8% | 0.87% | - |
| XYZ | 24.6 | 12.55 | 70.23 | - |
| YUV | 92.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 222 | 0.38 | 0.80 | 0 | 0.13 | 271.53 | 0.73 | 0.52 |
| Hex | 8A | 2D | DE | 26 | 50 | 0 | D | 110 | 49 | 34 |
| Octal | 212 | 55 | 336 | 46 | 120 | 0 | 15 | 420 | 111 | 64 |
| Binary | 10001010 | 101101 | 11011110 | 100110 | 1010000 | 0 | 1101 | 100010000 | 1001001 | 110100 |
Color Harmonies of #8A2DDE
Complementary color
Monochromatic Colors of #8A2DDE
Black with #8A2DDE
Text Example
Text Example
White with #8A2DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DDE; }
p { color: rgb(138,45,222); }
H1.HeaderClassName
{
color: #8A2DDE;
}
.AnyTagClassName
{
color: #8A2DDE;
}
</style>
background-color css
<style>
a { background-color: #8A2DDE; }
a { background-color: rgb(138,45,222); }
div.DivClassName
{
background-color: #8A2DDE;
}
.BgClassName
{
background-color: #8A2DDE;
}
</style>
border-color css
<style>
span { border-color: #8A2DDE; }
span { border-color: rgb(138,45,222); }
td.TdClassName
{
border-color: #8A2DDE;
}
.TagClassName
{
border-color: #8A2DDE;
}
</style>