Shades of Dark Violet #8B04DC
Tints of Dark Violet #8B04DC
RGB
CMYK
RGB Variations
Color information
#8B04DC (or 0x8B04DC) is known color: Dark Violet. HEX triplet: 8B, 04 and DC. RGB value is (139,4,220). Sum of RGB (Red+Green+Blue) = 139+4+220=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B04DC is #74FB23. Grayscale: #444444. Windows color (decimal): -7666468 or 14419083. OLE color: 14419083.
HSL color Cylindrical-coordinate representation of color #8B04DC: hue angle of 277.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B04DC is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 4 | 220 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.14 |
| HSL | 277.5º | 0.96% | 0.44% | - |
| HSV(B) | 277.5º | 0.98% | 0.86% | - |
| XYZ | 23.61 | 10.74 | 68.54 | - |
| YUV | 68.99 | 213.23 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 220 | 0.37 | 0.98 | 0 | 0.14 | 277.5 | 0.96 | 0.44 |
| Hex | 8B | 4 | DC | 25 | 62 | 0 | E | 116 | 60 | 2C |
| Octal | 213 | 4 | 334 | 45 | 142 | 0 | 16 | 426 | 140 | 54 |
| Binary | 10001011 | 100 | 11011100 | 100101 | 1100010 | 0 | 1110 | 100010110 | 1100000 | 101100 |
Color Harmonies of #8B04DC
Complementary color
Monochromatic Colors of #8B04DC
Black with #8B04DC
Text Example
Text Example
White with #8B04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B04DC; }
p { color: rgb(139,4,220); }
H1.HeaderClassName
{
color: #8B04DC;
}
.AnyTagClassName
{
color: #8B04DC;
}
</style>
background-color css
<style>
a { background-color: #8B04DC; }
a { background-color: rgb(139,4,220); }
div.DivClassName
{
background-color: #8B04DC;
}
.BgClassName
{
background-color: #8B04DC;
}
</style>
border-color css
<style>
span { border-color: #8B04DC; }
span { border-color: rgb(139,4,220); }
td.TdClassName
{
border-color: #8B04DC;
}
.TagClassName
{
border-color: #8B04DC;
}
</style>