Shades of Blue Violet #8C34F7
Tints of Blue Violet #8C34F7
RGB
CMYK
RGB Variations
Color information
#8C34F7 (or 0x8C34F7) is known color: Blue Violet. HEX triplet: 8C, 34 and F7. RGB value is (140,52,247). Sum of RGB (Red+Green+Blue) = 140+52+247=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C34F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C34F7 is #73CB08. Grayscale: #636363. Windows color (decimal): -7588617 or 16200844. OLE color: 16200844.
HSL color Cylindrical-coordinate representation of color #8C34F7: hue angle of 267.08º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C34F7 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 52 | 247 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.03 |
| HSL | 267.08º | 0.92% | 0.59% | - |
| HSV(B) | 267.08º | 0.79% | 0.97% | - |
| XYZ | 28.83 | 14.75 | 89.32 | - |
| YUV | 100.54 | 210.65 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 247 | 0.43 | 0.79 | 0 | 0.03 | 267.08 | 0.92 | 0.59 |
| Hex | 8C | 34 | F7 | 2B | 4F | 0 | 3 | 10B | 5C | 3B |
| Octal | 214 | 64 | 367 | 53 | 117 | 0 | 3 | 413 | 134 | 73 |
| Binary | 10001100 | 110100 | 11110111 | 101011 | 1001111 | 0 | 11 | 100001011 | 1011100 | 111011 |
Color Harmonies of #8C34F7
Complementary color
Monochromatic Colors of #8C34F7
Black with #8C34F7
Text Example
Text Example
White with #8C34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C34F7; }
p { color: rgb(140,52,247); }
H1.HeaderClassName
{
color: #8C34F7;
}
.AnyTagClassName
{
color: #8C34F7;
}
</style>
background-color css
<style>
a { background-color: #8C34F7; }
a { background-color: rgb(140,52,247); }
div.DivClassName
{
background-color: #8C34F7;
}
.BgClassName
{
background-color: #8C34F7;
}
</style>
border-color css
<style>
span { border-color: #8C34F7; }
span { border-color: rgb(140,52,247); }
td.TdClassName
{
border-color: #8C34F7;
}
.TagClassName
{
border-color: #8C34F7;
}
</style>