Shades of Dark Violet #8403BB
Tints of Dark Violet #8403BB
RGB
CMYK
RGB Variations
Color information
#8403BB (or 0x8403BB) is known color: Dark Violet. HEX triplet: 84, 03 and BB. RGB value is (132,3,187). Sum of RGB (Red+Green+Blue) = 132+3+187=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #8403BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8403BB is #7BFC44. Grayscale: #3D3D3D. Windows color (decimal): -8125509 or 12256132. OLE color: 12256132.
HSL color Cylindrical-coordinate representation of color #8403BB: hue angle of 282.07º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8403BB is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 3 | 187 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.27 |
| HSL | 282.07º | 0.97% | 0.37% | - |
| HSV(B) | 282.07º | 0.98% | 0.73% | - |
| XYZ | 18.52 | 8.56 | 47.69 | - |
| YUV | 62.55 | 198.24 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 187 | 0.29 | 0.98 | 0 | 0.27 | 282.07 | 0.97 | 0.37 |
| Hex | 84 | 3 | BB | 1D | 62 | 0 | 1B | 11A | 61 | 25 |
| Octal | 204 | 3 | 273 | 35 | 142 | 0 | 33 | 432 | 141 | 45 |
| Binary | 10000100 | 11 | 10111011 | 11101 | 1100010 | 0 | 11011 | 100011010 | 1100001 | 100101 |
Color Harmonies of #8403BB
Complementary color
Monochromatic Colors of #8403BB
Black with #8403BB
Text Example
Text Example
White with #8403BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8403BB; }
p { color: rgb(132,3,187); }
H1.HeaderClassName
{
color: #8403BB;
}
.AnyTagClassName
{
color: #8403BB;
}
</style>
background-color css
<style>
a { background-color: #8403BB; }
a { background-color: rgb(132,3,187); }
div.DivClassName
{
background-color: #8403BB;
}
.BgClassName
{
background-color: #8403BB;
}
</style>
border-color css
<style>
span { border-color: #8403BB; }
span { border-color: rgb(132,3,187); }
td.TdClassName
{
border-color: #8403BB;
}
.TagClassName
{
border-color: #8403BB;
}
</style>