Shades of Blue Violet #8C1AFD
Tints of Blue Violet #8C1AFD
RGB
CMYK
RGB Variations
Color information
#8C1AFD (or 0x8C1AFD) is known color: Blue Violet. HEX triplet: 8C, 1A and FD. RGB value is (140,26,253). Sum of RGB (Red+Green+Blue) = 140+26+253=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C1AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1AFD is #73E502. Grayscale: #555555. Windows color (decimal): -7595267 or 16587404. OLE color: 16587404.
HSL color Cylindrical-coordinate representation of color #8C1AFD: hue angle of 270.13º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C1AFD is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 26 | 253 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.01 |
| HSL | 270.13º | 0.98% | 0.55% | - |
| HSV(B) | 270.13º | 0.9% | 0.99% | - |
| XYZ | 28.91 | 13.41 | 93.99 | - |
| YUV | 85.96 | 222.27 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 253 | 0.45 | 0.90 | 0 | 0.01 | 270.13 | 0.98 | 0.55 |
| Hex | 8C | 1A | FD | 2D | 5A | 0 | 1 | 10E | 62 | 37 |
| Octal | 214 | 32 | 375 | 55 | 132 | 0 | 1 | 416 | 142 | 67 |
| Binary | 10001100 | 11010 | 11111101 | 101101 | 1011010 | 0 | 1 | 100001110 | 1100010 | 110111 |
Color Harmonies of #8C1AFD
Complementary color
Monochromatic Colors of #8C1AFD
Black with #8C1AFD
Text Example
Text Example
White with #8C1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1AFD; }
p { color: rgb(140,26,253); }
H1.HeaderClassName
{
color: #8C1AFD;
}
.AnyTagClassName
{
color: #8C1AFD;
}
</style>
background-color css
<style>
a { background-color: #8C1AFD; }
a { background-color: rgb(140,26,253); }
div.DivClassName
{
background-color: #8C1AFD;
}
.BgClassName
{
background-color: #8C1AFD;
}
</style>
border-color css
<style>
span { border-color: #8C1AFD; }
span { border-color: rgb(140,26,253); }
td.TdClassName
{
border-color: #8C1AFD;
}
.TagClassName
{
border-color: #8C1AFD;
}
</style>