Shades of Blue Violet #8A41FF
Tints of Blue Violet #8A41FF
RGB
CMYK
RGB Variations
Color information
#8A41FF (or 0x8A41FF) is known color: Blue Violet. HEX triplet: 8A, 41 and FF. RGB value is (138,65,255). Sum of RGB (Red+Green+Blue) = 138+65+255=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A41FF is #75BE00. Grayscale: #6B6B6B. Windows color (decimal): -7716353 or 16728458. OLE color: 16728458.
HSL color Cylindrical-coordinate representation of color #8A41FF: hue angle of 263.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A41FF is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 65 | 255 | - |
| CMYK | 0.46 | 0.75 | 0 | 0 |
| HSL | 263.05º | 1% | 0.63% | - |
| HSV(B) | 263.05º | 0.75% | 1% | - |
| XYZ | 30.42 | 16.4 | 96.17 | - |
| YUV | 108.49 | 210.68 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 65 | 255 | 0.46 | 0.75 | 0 | 0 | 263.05 | 1 | 0.63 |
| Hex | 8A | 41 | FF | 2E | 4B | 0 | 0 | 107 | 64 | 3F |
| Octal | 212 | 101 | 377 | 56 | 113 | 0 | 0 | 407 | 144 | 77 |
| Binary | 10001010 | 1000001 | 11111111 | 101110 | 1001011 | 0 | 0 | 100000111 | 1100100 | 111111 |
Color Harmonies of #8A41FF
Complementary color
Monochromatic Colors of #8A41FF
Black with #8A41FF
Text Example
Text Example
White with #8A41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A41FF; }
p { color: rgb(138,65,255); }
H1.HeaderClassName
{
color: #8A41FF;
}
.AnyTagClassName
{
color: #8A41FF;
}
</style>
background-color css
<style>
a { background-color: #8A41FF; }
a { background-color: rgb(138,65,255); }
div.DivClassName
{
background-color: #8A41FF;
}
.BgClassName
{
background-color: #8A41FF;
}
</style>
border-color css
<style>
span { border-color: #8A41FF; }
span { border-color: rgb(138,65,255); }
td.TdClassName
{
border-color: #8A41FF;
}
.TagClassName
{
border-color: #8A41FF;
}
</style>