Shades of Dark Violet #8D0CB3
Tints of Dark Violet #8D0CB3
RGB
CMYK
RGB Variations
Color information
#8D0CB3 (or 0x8D0CB3) is known color: Dark Violet. HEX triplet: 8D, 0C and B3. RGB value is (141,12,179). Sum of RGB (Red+Green+Blue) = 141+12+179=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D0CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0CB3 is #72F34C. Grayscale: #454545. Windows color (decimal): -7533389 or 11734157. OLE color: 11734157.
HSL color Cylindrical-coordinate representation of color #8D0CB3: hue angle of 286.35º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0CB3 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 12 | 179 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.30 |
| HSL | 286.35º | 0.87% | 0.37% | - |
| HSV(B) | 286.35º | 0.93% | 0.7% | - |
| XYZ | 19.25 | 9.18 | 43.41 | - |
| YUV | 69.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 179 | 0.21 | 0.93 | 0 | 0.30 | 286.35 | 0.87 | 0.37 |
| Hex | 8D | C | B3 | 15 | 5D | 0 | 1E | 11E | 57 | 25 |
| Octal | 215 | 14 | 263 | 25 | 135 | 0 | 36 | 436 | 127 | 45 |
| Binary | 10001101 | 1100 | 10110011 | 10101 | 1011101 | 0 | 11110 | 100011110 | 1010111 | 100101 |
Color Harmonies of #8D0CB3
Complementary color
Monochromatic Colors of #8D0CB3
Black with #8D0CB3
Text Example
Text Example
White with #8D0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0CB3; }
p { color: rgb(141,12,179); }
H1.HeaderClassName
{
color: #8D0CB3;
}
.AnyTagClassName
{
color: #8D0CB3;
}
</style>
background-color css
<style>
a { background-color: #8D0CB3; }
a { background-color: rgb(141,12,179); }
div.DivClassName
{
background-color: #8D0CB3;
}
.BgClassName
{
background-color: #8D0CB3;
}
</style>
border-color css
<style>
span { border-color: #8D0CB3; }
span { border-color: rgb(141,12,179); }
td.TdClassName
{
border-color: #8D0CB3;
}
.TagClassName
{
border-color: #8D0CB3;
}
</style>