Shades of Dark Violet #8407CB
Tints of Dark Violet #8407CB
RGB
CMYK
RGB Variations
Color information
#8407CB (or 0x8407CB) is known color: Dark Violet. HEX triplet: 84, 07 and CB. RGB value is (132,7,203). Sum of RGB (Red+Green+Blue) = 132+7+203=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #8407CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8407CB is #7BF834. Grayscale: #424242. Windows color (decimal): -8124469 or 13305732. OLE color: 13305732.
HSL color Cylindrical-coordinate representation of color #8407CB: hue angle of 278.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8407CB is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 7 | 203 | - |
| CMYK | 0.35 | 0.97 | 0 | 0.20 |
| HSL | 278.27º | 0.93% | 0.41% | - |
| HSV(B) | 278.27º | 0.97% | 0.8% | - |
| XYZ | 20.37 | 9.37 | 57.23 | - |
| YUV | 66.72 | 204.91 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 203 | 0.35 | 0.97 | 0 | 0.20 | 278.27 | 0.93 | 0.41 |
| Hex | 84 | 7 | CB | 23 | 61 | 0 | 14 | 116 | 5D | 29 |
| Octal | 204 | 7 | 313 | 43 | 141 | 0 | 24 | 426 | 135 | 51 |
| Binary | 10000100 | 111 | 11001011 | 100011 | 1100001 | 0 | 10100 | 100010110 | 1011101 | 101001 |
Color Harmonies of #8407CB
Complementary color
Monochromatic Colors of #8407CB
Black with #8407CB
Text Example
Text Example
White with #8407CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8407CB; }
p { color: rgb(132,7,203); }
H1.HeaderClassName
{
color: #8407CB;
}
.AnyTagClassName
{
color: #8407CB;
}
</style>
background-color css
<style>
a { background-color: #8407CB; }
a { background-color: rgb(132,7,203); }
div.DivClassName
{
background-color: #8407CB;
}
.BgClassName
{
background-color: #8407CB;
}
</style>
border-color css
<style>
span { border-color: #8407CB; }
span { border-color: rgb(132,7,203); }
td.TdClassName
{
border-color: #8407CB;
}
.TagClassName
{
border-color: #8407CB;
}
</style>