Shades of Blue Violet #8A42FD
Tints of Blue Violet #8A42FD
RGB
CMYK
RGB Variations
Color information
#8A42FD (or 0x8A42FD) is known color: Blue Violet. HEX triplet: 8A, 42 and FD. RGB value is (138,66,253). Sum of RGB (Red+Green+Blue) = 138+66+253=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A42FD is #75BD02. Grayscale: #6C6C6C. Windows color (decimal): -7716099 or 16597642. OLE color: 16597642.
HSL color Cylindrical-coordinate representation of color #8A42FD: hue angle of 263.1º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8A42FD is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 66 | 253 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.01 |
| HSL | 263.1º | 0.98% | 0.63% | - |
| HSV(B) | 263.1º | 0.74% | 0.99% | - |
| XYZ | 30.16 | 16.39 | 94.5 | - |
| YUV | 108.85 | 209.35 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 253 | 0.45 | 0.74 | 0 | 0.01 | 263.1 | 0.98 | 0.63 |
| Hex | 8A | 42 | FD | 2D | 4A | 0 | 1 | 107 | 62 | 3F |
| Octal | 212 | 102 | 375 | 55 | 112 | 0 | 1 | 407 | 142 | 77 |
| Binary | 10001010 | 1000010 | 11111101 | 101101 | 1001010 | 0 | 1 | 100000111 | 1100010 | 111111 |
Color Harmonies of #8A42FD
Complementary color
Monochromatic Colors of #8A42FD
Black with #8A42FD
Text Example
Text Example
White with #8A42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A42FD; }
p { color: rgb(138,66,253); }
H1.HeaderClassName
{
color: #8A42FD;
}
.AnyTagClassName
{
color: #8A42FD;
}
</style>
background-color css
<style>
a { background-color: #8A42FD; }
a { background-color: rgb(138,66,253); }
div.DivClassName
{
background-color: #8A42FD;
}
.BgClassName
{
background-color: #8A42FD;
}
</style>
border-color css
<style>
span { border-color: #8A42FD; }
span { border-color: rgb(138,66,253); }
td.TdClassName
{
border-color: #8A42FD;
}
.TagClassName
{
border-color: #8A42FD;
}
</style>