Shades of Dark Violet #8D08BC
Tints of Dark Violet #8D08BC
RGB
CMYK
RGB Variations
Color information
#8D08BC (or 0x8D08BC) is known color: Dark Violet. HEX triplet: 8D, 08 and BC. RGB value is (141,8,188). Sum of RGB (Red+Green+Blue) = 141+8+188=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08BC is #72F743. Grayscale: #434343. Windows color (decimal): -7534404 or 12322957. OLE color: 12322957.
HSL color Cylindrical-coordinate representation of color #8D08BC: hue angle of 284.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D08BC is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 8 | 188 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.26 |
| HSL | 284.33º | 0.92% | 0.38% | - |
| HSV(B) | 284.33º | 0.96% | 0.74% | - |
| XYZ | 20.15 | 9.47 | 48.34 | - |
| YUV | 68.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 188 | 0.25 | 0.96 | 0 | 0.26 | 284.33 | 0.92 | 0.38 |
| Hex | 8D | 8 | BC | 19 | 60 | 0 | 1A | 11C | 5C | 26 |
| Octal | 215 | 10 | 274 | 31 | 140 | 0 | 32 | 434 | 134 | 46 |
| Binary | 10001101 | 1000 | 10111100 | 11001 | 1100000 | 0 | 11010 | 100011100 | 1011100 | 100110 |
Color Harmonies of #8D08BC
Complementary color
Monochromatic Colors of #8D08BC
Black with #8D08BC
Text Example
Text Example
White with #8D08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D08BC; }
p { color: rgb(141,8,188); }
H1.HeaderClassName
{
color: #8D08BC;
}
.AnyTagClassName
{
color: #8D08BC;
}
</style>
background-color css
<style>
a { background-color: #8D08BC; }
a { background-color: rgb(141,8,188); }
div.DivClassName
{
background-color: #8D08BC;
}
.BgClassName
{
background-color: #8D08BC;
}
</style>
border-color css
<style>
span { border-color: #8D08BC; }
span { border-color: rgb(141,8,188); }
td.TdClassName
{
border-color: #8D08BC;
}
.TagClassName
{
border-color: #8D08BC;
}
</style>