Shades of Dark Violet #8D0BCA
Tints of Dark Violet #8D0BCA
RGB
CMYK
RGB Variations
Color information
#8D0BCA (or 0x8D0BCA) is known color: Dark Violet. HEX triplet: 8D, 0B and CA. RGB value is (141,11,202). Sum of RGB (Red+Green+Blue) = 141+11+202=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D0BCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0BCA is #72F435. Grayscale: #474747. Windows color (decimal): -7533622 or 13241229. OLE color: 13241229.
HSL color Cylindrical-coordinate representation of color #8D0BCA: hue angle of 280.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0BCA is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 11 | 202 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.21 |
| HSL | 280.84º | 0.9% | 0.42% | - |
| HSV(B) | 280.84º | 0.95% | 0.79% | - |
| XYZ | 21.76 | 10.17 | 56.69 | - |
| YUV | 71.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 202 | 0.30 | 0.95 | 0 | 0.21 | 280.84 | 0.9 | 0.42 |
| Hex | 8D | B | CA | 1E | 5F | 0 | 15 | 119 | 5A | 2A |
| Octal | 215 | 13 | 312 | 36 | 137 | 0 | 25 | 431 | 132 | 52 |
| Binary | 10001101 | 1011 | 11001010 | 11110 | 1011111 | 0 | 10101 | 100011001 | 1011010 | 101010 |
Color Harmonies of #8D0BCA
Complementary color
Monochromatic Colors of #8D0BCA
Black with #8D0BCA
Text Example
Text Example
White with #8D0BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0BCA; }
p { color: rgb(141,11,202); }
H1.HeaderClassName
{
color: #8D0BCA;
}
.AnyTagClassName
{
color: #8D0BCA;
}
</style>
background-color css
<style>
a { background-color: #8D0BCA; }
a { background-color: rgb(141,11,202); }
div.DivClassName
{
background-color: #8D0BCA;
}
.BgClassName
{
background-color: #8D0BCA;
}
</style>
border-color css
<style>
span { border-color: #8D0BCA; }
span { border-color: rgb(141,11,202); }
td.TdClassName
{
border-color: #8D0BCA;
}
.TagClassName
{
border-color: #8D0BCA;
}
</style>