Shades of Dark Violet #8407BC
Tints of Dark Violet #8407BC
RGB
CMYK
RGB Variations
Color information
#8407BC (or 0x8407BC) is known color: Dark Violet. HEX triplet: 84, 07 and BC. RGB value is (132,7,188). Sum of RGB (Red+Green+Blue) = 132+7+188=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #8407BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8407BC is #7BF843. Grayscale: #404040. Windows color (decimal): -8124484 or 12322692. OLE color: 12322692.
HSL color Cylindrical-coordinate representation of color #8407BC: hue angle of 281.44º degrees, saturation: 0.93, 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 #8407BC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 7 | 188 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.26 |
| HSL | 281.44º | 0.93% | 0.38% | - |
| HSV(B) | 281.44º | 0.96% | 0.74% | - |
| XYZ | 18.67 | 8.69 | 48.27 | - |
| YUV | 65.01 | 197.41 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 188 | 0.30 | 0.96 | 0 | 0.26 | 281.44 | 0.93 | 0.38 |
| Hex | 84 | 7 | BC | 1E | 60 | 0 | 1A | 119 | 5D | 26 |
| Octal | 204 | 7 | 274 | 36 | 140 | 0 | 32 | 431 | 135 | 46 |
| Binary | 10000100 | 111 | 10111100 | 11110 | 1100000 | 0 | 11010 | 100011001 | 1011101 | 100110 |
Color Harmonies of #8407BC
Complementary color
Monochromatic Colors of #8407BC
Black with #8407BC
Text Example
Text Example
White with #8407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8407BC; }
p { color: rgb(132,7,188); }
H1.HeaderClassName
{
color: #8407BC;
}
.AnyTagClassName
{
color: #8407BC;
}
</style>
background-color css
<style>
a { background-color: #8407BC; }
a { background-color: rgb(132,7,188); }
div.DivClassName
{
background-color: #8407BC;
}
.BgClassName
{
background-color: #8407BC;
}
</style>
border-color css
<style>
span { border-color: #8407BC; }
span { border-color: rgb(132,7,188); }
td.TdClassName
{
border-color: #8407BC;
}
.TagClassName
{
border-color: #8407BC;
}
</style>