Shades of Blue Violet #8A38FC
Tints of Blue Violet #8A38FC
RGB
CMYK
RGB Variations
Color information
#8A38FC (or 0x8A38FC) is known color: Blue Violet. HEX triplet: 8A, 38 and FC. RGB value is (138,56,252). Sum of RGB (Red+Green+Blue) = 138+56+252=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A38FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A38FC is #75C703. Grayscale: #666666. Windows color (decimal): -7718660 or 16529546. OLE color: 16529546.
HSL color Cylindrical-coordinate representation of color #8A38FC: hue angle of 265.1º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A38FC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 56 | 252 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.01 |
| HSL | 265.1º | 0.97% | 0.6% | - |
| HSV(B) | 265.1º | 0.78% | 0.99% | - |
| XYZ | 29.47 | 15.26 | 93.49 | - |
| YUV | 102.86 | 212.17 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 252 | 0.45 | 0.78 | 0 | 0.01 | 265.1 | 0.97 | 0.6 |
| Hex | 8A | 38 | FC | 2D | 4E | 0 | 1 | 109 | 61 | 3C |
| Octal | 212 | 70 | 374 | 55 | 116 | 0 | 1 | 411 | 141 | 74 |
| Binary | 10001010 | 111000 | 11111100 | 101101 | 1001110 | 0 | 1 | 100001001 | 1100001 | 111100 |
Color Harmonies of #8A38FC
Complementary color
Monochromatic Colors of #8A38FC
Black with #8A38FC
Text Example
Text Example
White with #8A38FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A38FC; }
p { color: rgb(138,56,252); }
H1.HeaderClassName
{
color: #8A38FC;
}
.AnyTagClassName
{
color: #8A38FC;
}
</style>
background-color css
<style>
a { background-color: #8A38FC; }
a { background-color: rgb(138,56,252); }
div.DivClassName
{
background-color: #8A38FC;
}
.BgClassName
{
background-color: #8A38FC;
}
</style>
border-color css
<style>
span { border-color: #8A38FC; }
span { border-color: rgb(138,56,252); }
td.TdClassName
{
border-color: #8A38FC;
}
.TagClassName
{
border-color: #8A38FC;
}
</style>