Shades of Blue Violet #8A2ADF
Tints of Blue Violet #8A2ADF
RGB
CMYK
RGB Variations
Color information
#8A2ADF (or 0x8A2ADF) is known color: Blue Violet. HEX triplet: 8A, 2A and DF. RGB value is (138,42,223). Sum of RGB (Red+Green+Blue) = 138+42+223=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2ADF is #75D520. Grayscale: #5A5A5A. Windows color (decimal): -7722273 or 14625418. OLE color: 14625418.
HSL color Cylindrical-coordinate representation of color #8A2ADF: hue angle of 271.82º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2ADF is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 42 | 223 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.13 |
| HSL | 271.82º | 0.74% | 0.52% | - |
| HSV(B) | 271.82º | 0.81% | 0.87% | - |
| XYZ | 24.63 | 12.39 | 70.9 | - |
| YUV | 91.34 | 202.3 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 42 | 223 | 0.38 | 0.81 | 0 | 0.13 | 271.82 | 0.74 | 0.52 |
| Hex | 8A | 2A | DF | 26 | 51 | 0 | D | 110 | 4A | 34 |
| Octal | 212 | 52 | 337 | 46 | 121 | 0 | 15 | 420 | 112 | 64 |
| Binary | 10001010 | 101010 | 11011111 | 100110 | 1010001 | 0 | 1101 | 100010000 | 1001010 | 110100 |
Color Harmonies of #8A2ADF
Complementary color
Monochromatic Colors of #8A2ADF
Black with #8A2ADF
Text Example
Text Example
White with #8A2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2ADF; }
p { color: rgb(138,42,223); }
H1.HeaderClassName
{
color: #8A2ADF;
}
.AnyTagClassName
{
color: #8A2ADF;
}
</style>
background-color css
<style>
a { background-color: #8A2ADF; }
a { background-color: rgb(138,42,223); }
div.DivClassName
{
background-color: #8A2ADF;
}
.BgClassName
{
background-color: #8A2ADF;
}
</style>
border-color css
<style>
span { border-color: #8A2ADF; }
span { border-color: rgb(138,42,223); }
td.TdClassName
{
border-color: #8A2ADF;
}
.TagClassName
{
border-color: #8A2ADF;
}
</style>