Shades of Blue Violet #8C2EFD
Tints of Blue Violet #8C2EFD
RGB
CMYK
RGB Variations
Color information
#8C2EFD (or 0x8C2EFD) is known color: Blue Violet. HEX triplet: 8C, 2E and FD. RGB value is (140,46,253). Sum of RGB (Red+Green+Blue) = 140+46+253=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2EFD is #73D102. Grayscale: #606060. Windows color (decimal): -7590147 or 16592524. OLE color: 16592524.
HSL color Cylindrical-coordinate representation of color #8C2EFD: hue angle of 267.25º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2EFD is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 46 | 253 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.01 |
| HSL | 267.25º | 0.98% | 0.59% | - |
| HSV(B) | 267.25º | 0.82% | 0.99% | - |
| XYZ | 29.52 | 14.62 | 94.19 | - |
| YUV | 97.7 | 215.64 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 46 | 253 | 0.45 | 0.82 | 0 | 0.01 | 267.25 | 0.98 | 0.59 |
| Hex | 8C | 2E | FD | 2D | 52 | 0 | 1 | 10B | 62 | 3B |
| Octal | 214 | 56 | 375 | 55 | 122 | 0 | 1 | 413 | 142 | 73 |
| Binary | 10001100 | 101110 | 11111101 | 101101 | 1010010 | 0 | 1 | 100001011 | 1100010 | 111011 |
Color Harmonies of #8C2EFD
Complementary color
Monochromatic Colors of #8C2EFD
Black with #8C2EFD
Text Example
Text Example
White with #8C2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2EFD; }
p { color: rgb(140,46,253); }
H1.HeaderClassName
{
color: #8C2EFD;
}
.AnyTagClassName
{
color: #8C2EFD;
}
</style>
background-color css
<style>
a { background-color: #8C2EFD; }
a { background-color: rgb(140,46,253); }
div.DivClassName
{
background-color: #8C2EFD;
}
.BgClassName
{
background-color: #8C2EFD;
}
</style>
border-color css
<style>
span { border-color: #8C2EFD; }
span { border-color: rgb(140,46,253); }
td.TdClassName
{
border-color: #8C2EFD;
}
.TagClassName
{
border-color: #8C2EFD;
}
</style>