Shades of Blue Violet #8C34FE
Tints of Blue Violet #8C34FE
RGB
CMYK
RGB Variations
Color information
#8C34FE (or 0x8C34FE) is known color: Blue Violet. HEX triplet: 8C, 34 and FE. RGB value is (140,52,254). Sum of RGB (Red+Green+Blue) = 140+52+254=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C34FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C34FE is #73CB01. Grayscale: #646464. Windows color (decimal): -7588610 or 16659596. OLE color: 16659596.
HSL color Cylindrical-coordinate representation of color #8C34FE: hue angle of 266.14º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C34FE is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 52 | 254 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.00 |
| HSL | 266.14º | 0.99% | 0.6% | - |
| HSV(B) | 266.14º | 0.8% | 1% | - |
| XYZ | 29.93 | 15.19 | 95.12 | - |
| YUV | 101.34 | 214.15 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 254 | 0.45 | 0.80 | 0 | 0.00 | 266.14 | 0.99 | 0.6 |
| Hex | 8C | 34 | FE | 2D | 50 | 0 | 0 | 10A | 63 | 3C |
| Octal | 214 | 64 | 376 | 55 | 120 | 0 | 0 | 412 | 143 | 74 |
| Binary | 10001100 | 110100 | 11111110 | 101101 | 1010000 | 0 | 0 | 100001010 | 1100011 | 111100 |
Color Harmonies of #8C34FE
Complementary color
Monochromatic Colors of #8C34FE
Black with #8C34FE
Text Example
Text Example
White with #8C34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C34FE; }
p { color: rgb(140,52,254); }
H1.HeaderClassName
{
color: #8C34FE;
}
.AnyTagClassName
{
color: #8C34FE;
}
</style>
background-color css
<style>
a { background-color: #8C34FE; }
a { background-color: rgb(140,52,254); }
div.DivClassName
{
background-color: #8C34FE;
}
.BgClassName
{
background-color: #8C34FE;
}
</style>
border-color css
<style>
span { border-color: #8C34FE; }
span { border-color: rgb(140,52,254); }
td.TdClassName
{
border-color: #8C34FE;
}
.TagClassName
{
border-color: #8C34FE;
}
</style>