Shades of Blue Violet #8C21F7
Tints of Blue Violet #8C21F7
RGB
CMYK
RGB Variations
Color information
#8C21F7 (or 0x8C21F7) is known color: Blue Violet. HEX triplet: 8C, 21 and F7. RGB value is (140,33,247). Sum of RGB (Red+Green+Blue) = 140+33+247=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C21F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C21F7 is #73DE08. Grayscale: #585858. Windows color (decimal): -7593481 or 16195980. OLE color: 16195980.
HSL color Cylindrical-coordinate representation of color #8C21F7: hue angle of 270º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C21F7 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 33 | 247 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.03 |
| HSL | 270º | 0.93% | 0.55% | - |
| HSV(B) | 270º | 0.87% | 0.97% | - |
| XYZ | 28.15 | 13.38 | 89.09 | - |
| YUV | 89.39 | 216.95 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 247 | 0.43 | 0.87 | 0 | 0.03 | 270 | 0.93 | 0.55 |
| Hex | 8C | 21 | F7 | 2B | 57 | 0 | 3 | 10E | 5D | 37 |
| Octal | 214 | 41 | 367 | 53 | 127 | 0 | 3 | 416 | 135 | 67 |
| Binary | 10001100 | 100001 | 11110111 | 101011 | 1010111 | 0 | 11 | 100001110 | 1011101 | 110111 |
Color Harmonies of #8C21F7
Complementary color
Monochromatic Colors of #8C21F7
Black with #8C21F7
Text Example
Text Example
White with #8C21F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21F7; }
p { color: rgb(140,33,247); }
H1.HeaderClassName
{
color: #8C21F7;
}
.AnyTagClassName
{
color: #8C21F7;
}
</style>
background-color css
<style>
a { background-color: #8C21F7; }
a { background-color: rgb(140,33,247); }
div.DivClassName
{
background-color: #8C21F7;
}
.BgClassName
{
background-color: #8C21F7;
}
</style>
border-color css
<style>
span { border-color: #8C21F7; }
span { border-color: rgb(140,33,247); }
td.TdClassName
{
border-color: #8C21F7;
}
.TagClassName
{
border-color: #8C21F7;
}
</style>