Shades of Blue Violet #8C4CDE
Tints of Blue Violet #8C4CDE
RGB
CMYK
RGB Variations
Color information
#8C4CDE (or 0x8C4CDE) is known color: Blue Violet. HEX triplet: 8C, 4C and DE. RGB value is (140,76,222). Sum of RGB (Red+Green+Blue) = 140+76+222=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C4CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CDE is #73B321. Grayscale: #6F6F6F. Windows color (decimal): -7582498 or 14568588. OLE color: 14568588.
HSL color Cylindrical-coordinate representation of color #8C4CDE: hue angle of 266.3º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4CDE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 76 | 222 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.13 |
| HSL | 266.3º | 0.69% | 0.58% | - |
| HSV(B) | 266.3º | 0.66% | 0.87% | - |
| XYZ | 26.58 | 16.02 | 70.8 | - |
| YUV | 111.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 222 | 0.37 | 0.66 | 0 | 0.13 | 266.3 | 0.69 | 0.58 |
| Hex | 8C | 4C | DE | 25 | 42 | 0 | D | 10A | 45 | 3A |
| Octal | 214 | 114 | 336 | 45 | 102 | 0 | 15 | 412 | 105 | 72 |
| Binary | 10001100 | 1001100 | 11011110 | 100101 | 1000010 | 0 | 1101 | 100001010 | 1000101 | 111010 |
Color Harmonies of #8C4CDE
Complementary color
Monochromatic Colors of #8C4CDE
Black with #8C4CDE
Text Example
Text Example
White with #8C4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CDE; }
p { color: rgb(140,76,222); }
H1.HeaderClassName
{
color: #8C4CDE;
}
.AnyTagClassName
{
color: #8C4CDE;
}
</style>
background-color css
<style>
a { background-color: #8C4CDE; }
a { background-color: rgb(140,76,222); }
div.DivClassName
{
background-color: #8C4CDE;
}
.BgClassName
{
background-color: #8C4CDE;
}
</style>
border-color css
<style>
span { border-color: #8C4CDE; }
span { border-color: rgb(140,76,222); }
td.TdClassName
{
border-color: #8C4CDE;
}
.TagClassName
{
border-color: #8C4CDE;
}
</style>