Shades of Blue Violet #8C39E7
Tints of Blue Violet #8C39E7
RGB
CMYK
RGB Variations
Color information
#8C39E7 (or 0x8C39E7) is known color: Blue Violet. HEX triplet: 8C, 39 and E7. RGB value is (140,57,231). Sum of RGB (Red+Green+Blue) = 140+57+231=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C39E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C39E7 is #73C618. Grayscale: #656565. Windows color (decimal): -7587353 or 15153548. OLE color: 15153548.
HSL color Cylindrical-coordinate representation of color #8C39E7: hue angle of 268.62º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C39E7 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 57 | 231 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.09 |
| HSL | 268.62º | 0.78% | 0.56% | - |
| HSV(B) | 268.62º | 0.75% | 0.91% | - |
| XYZ | 26.7 | 14.27 | 76.95 | - |
| YUV | 101.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 231 | 0.39 | 0.75 | 0 | 0.09 | 268.62 | 0.78 | 0.56 |
| Hex | 8C | 39 | E7 | 27 | 4B | 0 | 9 | 10D | 4E | 38 |
| Octal | 214 | 71 | 347 | 47 | 113 | 0 | 11 | 415 | 116 | 70 |
| Binary | 10001100 | 111001 | 11100111 | 100111 | 1001011 | 0 | 1001 | 100001101 | 1001110 | 111000 |
Color Harmonies of #8C39E7
Complementary color
Monochromatic Colors of #8C39E7
Black with #8C39E7
Text Example
Text Example
White with #8C39E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C39E7; }
p { color: rgb(140,57,231); }
H1.HeaderClassName
{
color: #8C39E7;
}
.AnyTagClassName
{
color: #8C39E7;
}
</style>
background-color css
<style>
a { background-color: #8C39E7; }
a { background-color: rgb(140,57,231); }
div.DivClassName
{
background-color: #8C39E7;
}
.BgClassName
{
background-color: #8C39E7;
}
</style>
border-color css
<style>
span { border-color: #8C39E7; }
span { border-color: rgb(140,57,231); }
td.TdClassName
{
border-color: #8C39E7;
}
.TagClassName
{
border-color: #8C39E7;
}
</style>