Shades of Blue Violet #8C21FA
Tints of Blue Violet #8C21FA
RGB
CMYK
RGB Variations
Color information
#8C21FA (or 0x8C21FA) is known color: Blue Violet. HEX triplet: 8C, 21 and FA. RGB value is (140,33,250). Sum of RGB (Red+Green+Blue) = 140+33+250=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C21FA is #73DE05. Grayscale: #585858. Windows color (decimal): -7593478 or 16392588. OLE color: 16392588.
HSL color Cylindrical-coordinate representation of color #8C21FA: hue angle of 269.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C21FA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 33 | 250 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.02 |
| HSL | 269.59º | 0.96% | 0.55% | - |
| HSV(B) | 269.59º | 0.87% | 0.98% | - |
| XYZ | 28.61 | 13.57 | 91.55 | - |
| YUV | 89.73 | 218.45 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 250 | 0.44 | 0.87 | 0 | 0.02 | 269.59 | 0.96 | 0.55 |
| Hex | 8C | 21 | FA | 2C | 57 | 0 | 2 | 10E | 60 | 37 |
| Octal | 214 | 41 | 372 | 54 | 127 | 0 | 2 | 416 | 140 | 67 |
| Binary | 10001100 | 100001 | 11111010 | 101100 | 1010111 | 0 | 10 | 100001110 | 1100000 | 110111 |
Color Harmonies of #8C21FA
Complementary color
Monochromatic Colors of #8C21FA
Black with #8C21FA
Text Example
Text Example
White with #8C21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21FA; }
p { color: rgb(140,33,250); }
H1.HeaderClassName
{
color: #8C21FA;
}
.AnyTagClassName
{
color: #8C21FA;
}
</style>
background-color css
<style>
a { background-color: #8C21FA; }
a { background-color: rgb(140,33,250); }
div.DivClassName
{
background-color: #8C21FA;
}
.BgClassName
{
background-color: #8C21FA;
}
</style>
border-color css
<style>
span { border-color: #8C21FA; }
span { border-color: rgb(140,33,250); }
td.TdClassName
{
border-color: #8C21FA;
}
.TagClassName
{
border-color: #8C21FA;
}
</style>