Shades of Dark Violet #8C0FBD
Tints of Dark Violet #8C0FBD
RGB
CMYK
RGB Variations
Color information
#8C0FBD (or 0x8C0FBD) is known color: Dark Violet. HEX triplet: 8C, 0F and BD. RGB value is (140,15,189). Sum of RGB (Red+Green+Blue) = 140+15+189=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C0FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0FBD is #73F042. Grayscale: #474747. Windows color (decimal): -7598147 or 12390284. OLE color: 12390284.
HSL color Cylindrical-coordinate representation of color #8C0FBD: hue angle of 283.1º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0FBD is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 15 | 189 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.26 |
| HSL | 283.1º | 0.85% | 0.4% | - |
| HSV(B) | 283.1º | 0.92% | 0.74% | - |
| XYZ | 20.17 | 9.59 | 48.93 | - |
| YUV | 72.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 189 | 0.26 | 0.92 | 0 | 0.26 | 283.1 | 0.85 | 0.4 |
| Hex | 8C | F | BD | 1A | 5C | 0 | 1A | 11B | 55 | 28 |
| Octal | 214 | 17 | 275 | 32 | 134 | 0 | 32 | 433 | 125 | 50 |
| Binary | 10001100 | 1111 | 10111101 | 11010 | 1011100 | 0 | 11010 | 100011011 | 1010101 | 101000 |
Color Harmonies of #8C0FBD
Complementary color
Monochromatic Colors of #8C0FBD
Black with #8C0FBD
Text Example
Text Example
White with #8C0FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FBD; }
p { color: rgb(140,15,189); }
H1.HeaderClassName
{
color: #8C0FBD;
}
.AnyTagClassName
{
color: #8C0FBD;
}
</style>
background-color css
<style>
a { background-color: #8C0FBD; }
a { background-color: rgb(140,15,189); }
div.DivClassName
{
background-color: #8C0FBD;
}
.BgClassName
{
background-color: #8C0FBD;
}
</style>
border-color css
<style>
span { border-color: #8C0FBD; }
span { border-color: rgb(140,15,189); }
td.TdClassName
{
border-color: #8C0FBD;
}
.TagClassName
{
border-color: #8C0FBD;
}
</style>