Shades of Dark Orchid #8421BD
Tints of Dark Orchid #8421BD
RGB
CMYK
RGB Variations
Color information
#8421BD (or 0x8421BD) is known color: Dark Orchid. HEX triplet: 84, 21 and BD. RGB value is (132,33,189). Sum of RGB (Red+Green+Blue) = 132+33+189=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #8421BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8421BD is #7BDE42. Grayscale: #4F4F4F. Windows color (decimal): -8117827 or 12394884. OLE color: 12394884.
HSL color Cylindrical-coordinate representation of color #8421BD: hue angle of 278.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8421BD is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 33 | 189 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.26 |
| HSL | 278.08º | 0.7% | 0.44% | - |
| HSV(B) | 278.08º | 0.83% | 0.74% | - |
| XYZ | 19.24 | 9.67 | 49 | - |
| YUV | 80.39 | 189.3 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 189 | 0.30 | 0.83 | 0 | 0.26 | 278.08 | 0.7 | 0.44 |
| Hex | 84 | 21 | BD | 1E | 53 | 0 | 1A | 116 | 46 | 2C |
| Octal | 204 | 41 | 275 | 36 | 123 | 0 | 32 | 426 | 106 | 54 |
| Binary | 10000100 | 100001 | 10111101 | 11110 | 1010011 | 0 | 11010 | 100010110 | 1000110 | 101100 |
Color Harmonies of #8421BD
Complementary color
Monochromatic Colors of #8421BD
Black with #8421BD
Text Example
Text Example
White with #8421BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421BD; }
p { color: rgb(132,33,189); }
H1.HeaderClassName
{
color: #8421BD;
}
.AnyTagClassName
{
color: #8421BD;
}
</style>
background-color css
<style>
a { background-color: #8421BD; }
a { background-color: rgb(132,33,189); }
div.DivClassName
{
background-color: #8421BD;
}
.BgClassName
{
background-color: #8421BD;
}
</style>
border-color css
<style>
span { border-color: #8421BD; }
span { border-color: rgb(132,33,189); }
td.TdClassName
{
border-color: #8421BD;
}
.TagClassName
{
border-color: #8421BD;
}
</style>