Shades of Blue Violet #8A2FDD
Tints of Blue Violet #8A2FDD
RGB
CMYK
RGB Variations
Color information
#8A2FDD (or 0x8A2FDD) is known color: Blue Violet. HEX triplet: 8A, 2F and DD. RGB value is (138,47,221). Sum of RGB (Red+Green+Blue) = 138+47+221=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A2FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FDD is #75D022. Grayscale: #5D5D5D. Windows color (decimal): -7720995 or 14495626. OLE color: 14495626.
HSL color Cylindrical-coordinate representation of color #8A2FDD: hue angle of 271.38º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A2FDD is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 47 | 221 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.13 |
| HSL | 271.38º | 0.72% | 0.53% | - |
| HSV(B) | 271.38º | 0.79% | 0.87% | - |
| XYZ | 24.55 | 12.66 | 69.56 | - |
| YUV | 94.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 47 | 221 | 0.38 | 0.79 | 0 | 0.13 | 271.38 | 0.72 | 0.53 |
| Hex | 8A | 2F | DD | 26 | 4F | 0 | D | 10F | 48 | 35 |
| Octal | 212 | 57 | 335 | 46 | 117 | 0 | 15 | 417 | 110 | 65 |
| Binary | 10001010 | 101111 | 11011101 | 100110 | 1001111 | 0 | 1101 | 100001111 | 1001000 | 110101 |
Color Harmonies of #8A2FDD
Complementary color
Monochromatic Colors of #8A2FDD
Black with #8A2FDD
Text Example
Text Example
White with #8A2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2FDD; }
p { color: rgb(138,47,221); }
H1.HeaderClassName
{
color: #8A2FDD;
}
.AnyTagClassName
{
color: #8A2FDD;
}
</style>
background-color css
<style>
a { background-color: #8A2FDD; }
a { background-color: rgb(138,47,221); }
div.DivClassName
{
background-color: #8A2FDD;
}
.BgClassName
{
background-color: #8A2FDD;
}
</style>
border-color css
<style>
span { border-color: #8A2FDD; }
span { border-color: rgb(138,47,221); }
td.TdClassName
{
border-color: #8A2FDD;
}
.TagClassName
{
border-color: #8A2FDD;
}
</style>