Shades of Dark Violet #8C0BDF
Tints of Dark Violet #8C0BDF
RGB
CMYK
RGB Variations
Color information
#8C0BDF (or 0x8C0BDF) is known color: Dark Violet. HEX triplet: 8C, 0B and DF. RGB value is (140,11,223). Sum of RGB (Red+Green+Blue) = 140+11+223=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #8C0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0BDF is #73F420. Grayscale: #494949. Windows color (decimal): -7599137 or 14617484. OLE color: 14617484.
HSL color Cylindrical-coordinate representation of color #8C0BDF: hue angle of 276.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0BDF is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 11 | 223 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.13 |
| HSL | 276.51º | 0.91% | 0.46% | - |
| HSV(B) | 276.51º | 0.95% | 0.87% | - |
| XYZ | 24.25 | 11.14 | 70.68 | - |
| YUV | 73.74 | 212.24 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 223 | 0.37 | 0.95 | 0 | 0.13 | 276.51 | 0.91 | 0.46 |
| Hex | 8C | B | DF | 25 | 5F | 0 | D | 115 | 5B | 2E |
| Octal | 214 | 13 | 337 | 45 | 137 | 0 | 15 | 425 | 133 | 56 |
| Binary | 10001100 | 1011 | 11011111 | 100101 | 1011111 | 0 | 1101 | 100010101 | 1011011 | 101110 |
Color Harmonies of #8C0BDF
Complementary color
Monochromatic Colors of #8C0BDF
Black with #8C0BDF
Text Example
Text Example
White with #8C0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0BDF; }
p { color: rgb(140,11,223); }
H1.HeaderClassName
{
color: #8C0BDF;
}
.AnyTagClassName
{
color: #8C0BDF;
}
</style>
background-color css
<style>
a { background-color: #8C0BDF; }
a { background-color: rgb(140,11,223); }
div.DivClassName
{
background-color: #8C0BDF;
}
.BgClassName
{
background-color: #8C0BDF;
}
</style>
border-color css
<style>
span { border-color: #8C0BDF; }
span { border-color: rgb(140,11,223); }
td.TdClassName
{
border-color: #8C0BDF;
}
.TagClassName
{
border-color: #8C0BDF;
}
</style>