Shades of Blue Violet #8A2DDD
Tints of Blue Violet #8A2DDD
RGB
CMYK
RGB Variations
Color information
#8A2DDD (or 0x8A2DDD) is known color: Blue Violet. HEX triplet: 8A, 2D and DD. RGB value is (138,45,221). Sum of RGB (Red+Green+Blue) = 138+45+221=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A2DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2DDD is #75D222. Grayscale: #5C5C5C. Windows color (decimal): -7721507 or 14495114. OLE color: 14495114.
HSL color Cylindrical-coordinate representation of color #8A2DDD: hue angle of 271.7º degrees, saturation: 0.72, 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 #8A2DDD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 45 | 221 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.13 |
| HSL | 271.7º | 0.72% | 0.52% | - |
| HSV(B) | 271.7º | 0.8% | 0.87% | - |
| XYZ | 24.47 | 12.5 | 69.53 | - |
| YUV | 92.87 | 200.31 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 221 | 0.38 | 0.80 | 0 | 0.13 | 271.7 | 0.72 | 0.52 |
| Hex | 8A | 2D | DD | 26 | 50 | 0 | D | 110 | 48 | 34 |
| Octal | 212 | 55 | 335 | 46 | 120 | 0 | 15 | 420 | 110 | 64 |
| Binary | 10001010 | 101101 | 11011101 | 100110 | 1010000 | 0 | 1101 | 100010000 | 1001000 | 110100 |
Color Harmonies of #8A2DDD
Complementary color
Monochromatic Colors of #8A2DDD
Black with #8A2DDD
Text Example
Text Example
White with #8A2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DDD; }
p { color: rgb(138,45,221); }
H1.HeaderClassName
{
color: #8A2DDD;
}
.AnyTagClassName
{
color: #8A2DDD;
}
</style>
background-color css
<style>
a { background-color: #8A2DDD; }
a { background-color: rgb(138,45,221); }
div.DivClassName
{
background-color: #8A2DDD;
}
.BgClassName
{
background-color: #8A2DDD;
}
</style>
border-color css
<style>
span { border-color: #8A2DDD; }
span { border-color: rgb(138,45,221); }
td.TdClassName
{
border-color: #8A2DDD;
}
.TagClassName
{
border-color: #8A2DDD;
}
</style>