Shades of Blue Violet #8C4BDE
Tints of Blue Violet #8C4BDE
RGB
CMYK
RGB Variations
Color information
#8C4BDE (or 0x8C4BDE) is known color: Blue Violet. HEX triplet: 8C, 4B and DE. RGB value is (140,75,222). Sum of RGB (Red+Green+Blue) = 140+75+222=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BDE is #73B421. Grayscale: #6E6E6E. Windows color (decimal): -7582754 or 14568332. OLE color: 14568332.
HSL color Cylindrical-coordinate representation of color #8C4BDE: hue angle of 266.53º 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 #8C4BDE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 75 | 222 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.13 |
| HSL | 266.53º | 0.69% | 0.58% | - |
| HSV(B) | 266.53º | 0.66% | 0.87% | - |
| XYZ | 26.52 | 15.88 | 70.78 | - |
| YUV | 111.19 | 190.53 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 222 | 0.37 | 0.66 | 0 | 0.13 | 266.53 | 0.69 | 0.58 |
| Hex | 8C | 4B | DE | 25 | 42 | 0 | D | 10B | 45 | 3A |
| Octal | 214 | 113 | 336 | 45 | 102 | 0 | 15 | 413 | 105 | 72 |
| Binary | 10001100 | 1001011 | 11011110 | 100101 | 1000010 | 0 | 1101 | 100001011 | 1000101 | 111010 |
Color Harmonies of #8C4BDE
Complementary color
Monochromatic Colors of #8C4BDE
Black with #8C4BDE
Text Example
Text Example
White with #8C4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BDE; }
p { color: rgb(140,75,222); }
H1.HeaderClassName
{
color: #8C4BDE;
}
.AnyTagClassName
{
color: #8C4BDE;
}
</style>
background-color css
<style>
a { background-color: #8C4BDE; }
a { background-color: rgb(140,75,222); }
div.DivClassName
{
background-color: #8C4BDE;
}
.BgClassName
{
background-color: #8C4BDE;
}
</style>
border-color css
<style>
span { border-color: #8C4BDE; }
span { border-color: rgb(140,75,222); }
td.TdClassName
{
border-color: #8C4BDE;
}
.TagClassName
{
border-color: #8C4BDE;
}
</style>