Shades of Blue Violet #8A43FF
Tints of Blue Violet #8A43FF
RGB
CMYK
RGB Variations
Color information
#8A43FF (or 0x8A43FF) is known color: Blue Violet. HEX triplet: 8A, 43 and FF. RGB value is (138,67,255). Sum of RGB (Red+Green+Blue) = 138+67+255=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A43FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A43FF is #75BC00. Grayscale: #6C6C6C. Windows color (decimal): -7715841 or 16728970. OLE color: 16728970.
HSL color Cylindrical-coordinate representation of color #8A43FF: hue angle of 262.66º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A43FF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 67 | 255 | - |
| CMYK | 0.46 | 0.74 | 0 | 0 |
| HSL | 262.66º | 1% | 0.63% | - |
| HSV(B) | 262.66º | 0.74% | 1% | - |
| XYZ | 30.54 | 16.64 | 96.21 | - |
| YUV | 109.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 67 | 255 | 0.46 | 0.74 | 0 | 0 | 262.66 | 1 | 0.63 |
| Hex | 8A | 43 | FF | 2E | 4A | 0 | 0 | 107 | 64 | 3F |
| Octal | 212 | 103 | 377 | 56 | 112 | 0 | 0 | 407 | 144 | 77 |
| Binary | 10001010 | 1000011 | 11111111 | 101110 | 1001010 | 0 | 0 | 100000111 | 1100100 | 111111 |
Color Harmonies of #8A43FF
Complementary color
Monochromatic Colors of #8A43FF
Black with #8A43FF
Text Example
Text Example
White with #8A43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A43FF; }
p { color: rgb(138,67,255); }
H1.HeaderClassName
{
color: #8A43FF;
}
.AnyTagClassName
{
color: #8A43FF;
}
</style>
background-color css
<style>
a { background-color: #8A43FF; }
a { background-color: rgb(138,67,255); }
div.DivClassName
{
background-color: #8A43FF;
}
.BgClassName
{
background-color: #8A43FF;
}
</style>
border-color css
<style>
span { border-color: #8A43FF; }
span { border-color: rgb(138,67,255); }
td.TdClassName
{
border-color: #8A43FF;
}
.TagClassName
{
border-color: #8A43FF;
}
</style>