Shades of Blue Violet #8A30DD
Tints of Blue Violet #8A30DD
RGB
CMYK
RGB Variations
Color information
#8A30DD (or 0x8A30DD) is known color: Blue Violet. HEX triplet: 8A, 30 and DD. RGB value is (138,48,221). Sum of RGB (Red+Green+Blue) = 138+48+221=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A30DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A30DD is #75CF22. Grayscale: #5E5E5E. Windows color (decimal): -7720739 or 14495882. OLE color: 14495882.
HSL color Cylindrical-coordinate representation of color #8A30DD: hue angle of 271.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A30DD is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 48 | 221 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.13 |
| HSL | 271.21º | 0.72% | 0.53% | - |
| HSV(B) | 271.21º | 0.78% | 0.87% | - |
| XYZ | 24.59 | 12.74 | 69.57 | - |
| YUV | 94.63 | 199.32 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 221 | 0.38 | 0.78 | 0 | 0.13 | 271.21 | 0.72 | 0.53 |
| Hex | 8A | 30 | DD | 26 | 4E | 0 | D | 10F | 48 | 35 |
| Octal | 212 | 60 | 335 | 46 | 116 | 0 | 15 | 417 | 110 | 65 |
| Binary | 10001010 | 110000 | 11011101 | 100110 | 1001110 | 0 | 1101 | 100001111 | 1001000 | 110101 |
Color Harmonies of #8A30DD
Complementary color
Monochromatic Colors of #8A30DD
Black with #8A30DD
Text Example
Text Example
White with #8A30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30DD; }
p { color: rgb(138,48,221); }
H1.HeaderClassName
{
color: #8A30DD;
}
.AnyTagClassName
{
color: #8A30DD;
}
</style>
background-color css
<style>
a { background-color: #8A30DD; }
a { background-color: rgb(138,48,221); }
div.DivClassName
{
background-color: #8A30DD;
}
.BgClassName
{
background-color: #8A30DD;
}
</style>
border-color css
<style>
span { border-color: #8A30DD; }
span { border-color: rgb(138,48,221); }
td.TdClassName
{
border-color: #8A30DD;
}
.TagClassName
{
border-color: #8A30DD;
}
</style>