Shades of Blue Violet #8C34FC
Tints of Blue Violet #8C34FC
RGB
CMYK
RGB Variations
Color information
#8C34FC (or 0x8C34FC) is known color: Blue Violet. HEX triplet: 8C, 34 and FC. RGB value is (140,52,252). Sum of RGB (Red+Green+Blue) = 140+52+252=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 52 (20.70% from 255 or 11.71% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C34FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C34FC is #73CB03. Grayscale: #646464. Windows color (decimal): -7588612 or 16528524. OLE color: 16528524.
HSL color Cylindrical-coordinate representation of color #8C34FC: hue angle of 266.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C34FC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 52 | 252 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.01 |
| HSL | 266.4º | 0.97% | 0.6% | - |
| HSV(B) | 266.4º | 0.79% | 0.99% | - |
| XYZ | 29.61 | 15.06 | 93.44 | - |
| YUV | 101.11 | 213.15 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 252 | 0.44 | 0.79 | 0 | 0.01 | 266.4 | 0.97 | 0.6 |
| Hex | 8C | 34 | FC | 2C | 4F | 0 | 1 | 10A | 61 | 3C |
| Octal | 214 | 64 | 374 | 54 | 117 | 0 | 1 | 412 | 141 | 74 |
| Binary | 10001100 | 110100 | 11111100 | 101100 | 1001111 | 0 | 1 | 100001010 | 1100001 | 111100 |
Color Harmonies of #8C34FC
Complementary color
Monochromatic Colors of #8C34FC
Black with #8C34FC
Text Example
Text Example
White with #8C34FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C34FC; }
p { color: rgb(140,52,252); }
H1.HeaderClassName
{
color: #8C34FC;
}
.AnyTagClassName
{
color: #8C34FC;
}
</style>
background-color css
<style>
a { background-color: #8C34FC; }
a { background-color: rgb(140,52,252); }
div.DivClassName
{
background-color: #8C34FC;
}
.BgClassName
{
background-color: #8C34FC;
}
</style>
border-color css
<style>
span { border-color: #8C34FC; }
span { border-color: rgb(140,52,252); }
td.TdClassName
{
border-color: #8C34FC;
}
.TagClassName
{
border-color: #8C34FC;
}
</style>