Shades of Blue Violet #8C3FEF
Tints of Blue Violet #8C3FEF
RGB
CMYK
RGB Variations
Color information
#8C3FEF (or 0x8C3FEF) is known color: Blue Violet. HEX triplet: 8C, 3F and EF. RGB value is (140,63,239). Sum of RGB (Red+Green+Blue) = 140+63+239=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3FEF is #73C010. Grayscale: #696969. Windows color (decimal): -7585809 or 15679372. OLE color: 15679372.
HSL color Cylindrical-coordinate representation of color #8C3FEF: hue angle of 266.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3FEF is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 63 | 239 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.06 |
| HSL | 266.25º | 0.85% | 0.59% | - |
| HSV(B) | 266.25º | 0.74% | 0.94% | - |
| XYZ | 28.17 | 15.36 | 83.14 | - |
| YUV | 106.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 239 | 0.41 | 0.74 | 0 | 0.06 | 266.25 | 0.85 | 0.59 |
| Hex | 8C | 3F | EF | 29 | 4A | 0 | 6 | 10A | 55 | 3B |
| Octal | 214 | 77 | 357 | 51 | 112 | 0 | 6 | 412 | 125 | 73 |
| Binary | 10001100 | 111111 | 11101111 | 101001 | 1001010 | 0 | 110 | 100001010 | 1010101 | 111011 |
Color Harmonies of #8C3FEF
Complementary color
Monochromatic Colors of #8C3FEF
Black with #8C3FEF
Text Example
Text Example
White with #8C3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FEF; }
p { color: rgb(140,63,239); }
H1.HeaderClassName
{
color: #8C3FEF;
}
.AnyTagClassName
{
color: #8C3FEF;
}
</style>
background-color css
<style>
a { background-color: #8C3FEF; }
a { background-color: rgb(140,63,239); }
div.DivClassName
{
background-color: #8C3FEF;
}
.BgClassName
{
background-color: #8C3FEF;
}
</style>
border-color css
<style>
span { border-color: #8C3FEF; }
span { border-color: rgb(140,63,239); }
td.TdClassName
{
border-color: #8C3FEF;
}
.TagClassName
{
border-color: #8C3FEF;
}
</style>