Shades of Blue Violet #8A2DFF
Tints of Blue Violet #8A2DFF
RGB
CMYK
RGB Variations
Color information
#8A2DFF (or 0x8A2DFF) is known color: Blue Violet. HEX triplet: 8A, 2D and FF. RGB value is (138,45,255). Sum of RGB (Red+Green+Blue) = 138+45+255=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2DFF is #75D200. Grayscale: #5F5F5F. Windows color (decimal): -7721473 or 16723338. OLE color: 16723338.
HSL color Cylindrical-coordinate representation of color #8A2DFF: hue angle of 266.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A2DFF is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 45 | 255 | - |
| CMYK | 0.46 | 0.82 | 0 | 0 |
| HSL | 266.57º | 1% | 0.59% | - |
| HSV(B) | 266.57º | 0.82% | 1% | - |
| XYZ | 29.47 | 14.5 | 95.85 | - |
| YUV | 96.75 | 217.31 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 255 | 0.46 | 0.82 | 0 | 0 | 266.57 | 1 | 0.59 |
| Hex | 8A | 2D | FF | 2E | 52 | 0 | 0 | 10B | 64 | 3B |
| Octal | 212 | 55 | 377 | 56 | 122 | 0 | 0 | 413 | 144 | 73 |
| Binary | 10001010 | 101101 | 11111111 | 101110 | 1010010 | 0 | 0 | 100001011 | 1100100 | 111011 |
Color Harmonies of #8A2DFF
Complementary color
Monochromatic Colors of #8A2DFF
Black with #8A2DFF
Text Example
Text Example
White with #8A2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2DFF; }
p { color: rgb(138,45,255); }
H1.HeaderClassName
{
color: #8A2DFF;
}
.AnyTagClassName
{
color: #8A2DFF;
}
</style>
background-color css
<style>
a { background-color: #8A2DFF; }
a { background-color: rgb(138,45,255); }
div.DivClassName
{
background-color: #8A2DFF;
}
.BgClassName
{
background-color: #8A2DFF;
}
</style>
border-color css
<style>
span { border-color: #8A2DFF; }
span { border-color: rgb(138,45,255); }
td.TdClassName
{
border-color: #8A2DFF;
}
.TagClassName
{
border-color: #8A2DFF;
}
</style>