Shades of Blue Violet #8C2DFF
Tints of Blue Violet #8C2DFF
RGB
CMYK
RGB Variations
Color information
#8C2DFF (or 0x8C2DFF) is known color: Blue Violet. HEX triplet: 8C, 2D and FF. RGB value is (140,45,255). Sum of RGB (Red+Green+Blue) = 140+45+255=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2DFF is #73D200. Grayscale: #606060. Windows color (decimal): -7590401 or 16723340. OLE color: 16723340.
HSL color Cylindrical-coordinate representation of color #8C2DFF: hue angle of 267.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2DFF is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 45 | 255 | - |
| CMYK | 0.45 | 0.82 | 0 | 0 |
| HSL | 267.14º | 1% | 0.59% | - |
| HSV(B) | 267.14º | 0.82% | 1% | - |
| XYZ | 29.8 | 14.67 | 95.87 | - |
| YUV | 97.35 | 216.97 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 45 | 255 | 0.45 | 0.82 | 0 | 0 | 267.14 | 1 | 0.59 |
| Hex | 8C | 2D | FF | 2D | 52 | 0 | 0 | 10B | 64 | 3B |
| Octal | 214 | 55 | 377 | 55 | 122 | 0 | 0 | 413 | 144 | 73 |
| Binary | 10001100 | 101101 | 11111111 | 101101 | 1010010 | 0 | 0 | 100001011 | 1100100 | 111011 |
Color Harmonies of #8C2DFF
Complementary color
Monochromatic Colors of #8C2DFF
Black with #8C2DFF
Text Example
Text Example
White with #8C2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2DFF; }
p { color: rgb(140,45,255); }
H1.HeaderClassName
{
color: #8C2DFF;
}
.AnyTagClassName
{
color: #8C2DFF;
}
</style>
background-color css
<style>
a { background-color: #8C2DFF; }
a { background-color: rgb(140,45,255); }
div.DivClassName
{
background-color: #8C2DFF;
}
.BgClassName
{
background-color: #8C2DFF;
}
</style>
border-color css
<style>
span { border-color: #8C2DFF; }
span { border-color: rgb(140,45,255); }
td.TdClassName
{
border-color: #8C2DFF;
}
.TagClassName
{
border-color: #8C2DFF;
}
</style>