Shades of Blue Violet #8A3EFD
Tints of Blue Violet #8A3EFD
RGB
CMYK
RGB Variations
Color information
#8A3EFD (or 0x8A3EFD) is known color: Blue Violet. HEX triplet: 8A, 3E and FD. RGB value is (138,62,253). Sum of RGB (Red+Green+Blue) = 138+62+253=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A3EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A3EFD is #75C102. Grayscale: #696969. Windows color (decimal): -7717123 or 16596618. OLE color: 16596618.
HSL color Cylindrical-coordinate representation of color #8A3EFD: hue angle of 263.87º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A3EFD is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 62 | 253 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.01 |
| HSL | 263.87º | 0.98% | 0.62% | - |
| HSV(B) | 263.87º | 0.75% | 0.99% | - |
| XYZ | 29.93 | 15.94 | 94.43 | - |
| YUV | 106.5 | 210.68 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 253 | 0.45 | 0.75 | 0 | 0.01 | 263.87 | 0.98 | 0.62 |
| Hex | 8A | 3E | FD | 2D | 4B | 0 | 1 | 108 | 62 | 3E |
| Octal | 212 | 76 | 375 | 55 | 113 | 0 | 1 | 410 | 142 | 76 |
| Binary | 10001010 | 111110 | 11111101 | 101101 | 1001011 | 0 | 1 | 100001000 | 1100010 | 111110 |
Color Harmonies of #8A3EFD
Complementary color
Monochromatic Colors of #8A3EFD
Black with #8A3EFD
Text Example
Text Example
White with #8A3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3EFD; }
p { color: rgb(138,62,253); }
H1.HeaderClassName
{
color: #8A3EFD;
}
.AnyTagClassName
{
color: #8A3EFD;
}
</style>
background-color css
<style>
a { background-color: #8A3EFD; }
a { background-color: rgb(138,62,253); }
div.DivClassName
{
background-color: #8A3EFD;
}
.BgClassName
{
background-color: #8A3EFD;
}
</style>
border-color css
<style>
span { border-color: #8A3EFD; }
span { border-color: rgb(138,62,253); }
td.TdClassName
{
border-color: #8A3EFD;
}
.TagClassName
{
border-color: #8A3EFD;
}
</style>