Shades of Blue Violet #8C38ED
Tints of Blue Violet #8C38ED
RGB
CMYK
RGB Variations
Color information
#8C38ED (or 0x8C38ED) is known color: Blue Violet. HEX triplet: 8C, 38 and ED. RGB value is (140,56,237). Sum of RGB (Red+Green+Blue) = 140+56+237=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #8C38ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C38ED is #73C712. Grayscale: #656565. Windows color (decimal): -7587603 or 15546508. OLE color: 15546508.
HSL color Cylindrical-coordinate representation of color #8C38ED: hue angle of 267.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C38ED is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 56 | 237 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.07 |
| HSL | 267.85º | 0.83% | 0.57% | - |
| HSV(B) | 267.85º | 0.76% | 0.93% | - |
| XYZ | 27.52 | 14.52 | 81.47 | - |
| YUV | 101.75 | 204.33 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 237 | 0.41 | 0.76 | 0 | 0.07 | 267.85 | 0.83 | 0.57 |
| Hex | 8C | 38 | ED | 29 | 4C | 0 | 7 | 10C | 53 | 39 |
| Octal | 214 | 70 | 355 | 51 | 114 | 0 | 7 | 414 | 123 | 71 |
| Binary | 10001100 | 111000 | 11101101 | 101001 | 1001100 | 0 | 111 | 100001100 | 1010011 | 111001 |
Color Harmonies of #8C38ED
Complementary color
Monochromatic Colors of #8C38ED
Black with #8C38ED
Text Example
Text Example
White with #8C38ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C38ED; }
p { color: rgb(140,56,237); }
H1.HeaderClassName
{
color: #8C38ED;
}
.AnyTagClassName
{
color: #8C38ED;
}
</style>
background-color css
<style>
a { background-color: #8C38ED; }
a { background-color: rgb(140,56,237); }
div.DivClassName
{
background-color: #8C38ED;
}
.BgClassName
{
background-color: #8C38ED;
}
</style>
border-color css
<style>
span { border-color: #8C38ED; }
span { border-color: rgb(140,56,237); }
td.TdClassName
{
border-color: #8C38ED;
}
.TagClassName
{
border-color: #8C38ED;
}
</style>