Shades of Blue Violet #8C39F7
Tints of Blue Violet #8C39F7
RGB
CMYK
RGB Variations
Color information
#8C39F7 (or 0x8C39F7) is known color: Blue Violet. HEX triplet: 8C, 39 and F7. RGB value is (140,57,247). Sum of RGB (Red+Green+Blue) = 140+57+247=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C39F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C39F7 is #73C608. Grayscale: #666666. Windows color (decimal): -7587337 or 16202124. OLE color: 16202124.
HSL color Cylindrical-coordinate representation of color #8C39F7: hue angle of 266.21º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C39F7 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 57 | 247 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.03 |
| HSL | 266.21º | 0.92% | 0.6% | - |
| HSV(B) | 266.21º | 0.77% | 0.97% | - |
| XYZ | 29.07 | 15.22 | 89.4 | - |
| YUV | 103.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 247 | 0.43 | 0.77 | 0 | 0.03 | 266.21 | 0.92 | 0.6 |
| Hex | 8C | 39 | F7 | 2B | 4D | 0 | 3 | 10A | 5C | 3C |
| Octal | 214 | 71 | 367 | 53 | 115 | 0 | 3 | 412 | 134 | 74 |
| Binary | 10001100 | 111001 | 11110111 | 101011 | 1001101 | 0 | 11 | 100001010 | 1011100 | 111100 |
Color Harmonies of #8C39F7
Complementary color
Monochromatic Colors of #8C39F7
Black with #8C39F7
Text Example
Text Example
White with #8C39F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C39F7; }
p { color: rgb(140,57,247); }
H1.HeaderClassName
{
color: #8C39F7;
}
.AnyTagClassName
{
color: #8C39F7;
}
</style>
background-color css
<style>
a { background-color: #8C39F7; }
a { background-color: rgb(140,57,247); }
div.DivClassName
{
background-color: #8C39F7;
}
.BgClassName
{
background-color: #8C39F7;
}
</style>
border-color css
<style>
span { border-color: #8C39F7; }
span { border-color: rgb(140,57,247); }
td.TdClassName
{
border-color: #8C39F7;
}
.TagClassName
{
border-color: #8C39F7;
}
</style>