Shades of Dark Orchid #8428BD
Tints of Dark Orchid #8428BD
RGB
CMYK
RGB Variations
Color information
#8428BD (or 0x8428BD) is known color: Dark Orchid. HEX triplet: 84, 28 and BD. RGB value is (132,40,189). Sum of RGB (Red+Green+Blue) = 132+40+189=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #8428BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428BD is #7BD742. Grayscale: #535353. Windows color (decimal): -8116035 or 12396676. OLE color: 12396676.
HSL color Cylindrical-coordinate representation of color #8428BD: hue angle of 277.05º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8428BD is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 40 | 189 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.26 |
| HSL | 277.05º | 0.65% | 0.45% | - |
| HSV(B) | 277.05º | 0.79% | 0.74% | - |
| XYZ | 19.46 | 10.1 | 49.07 | - |
| YUV | 84.49 | 186.98 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 189 | 0.30 | 0.79 | 0 | 0.26 | 277.05 | 0.65 | 0.45 |
| Hex | 84 | 28 | BD | 1E | 4F | 0 | 1A | 115 | 41 | 2D |
| Octal | 204 | 50 | 275 | 36 | 117 | 0 | 32 | 425 | 101 | 55 |
| Binary | 10000100 | 101000 | 10111101 | 11110 | 1001111 | 0 | 11010 | 100010101 | 1000001 | 101101 |
Color Harmonies of #8428BD
Complementary color
Monochromatic Colors of #8428BD
Black with #8428BD
Text Example
Text Example
White with #8428BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428BD; }
p { color: rgb(132,40,189); }
H1.HeaderClassName
{
color: #8428BD;
}
.AnyTagClassName
{
color: #8428BD;
}
</style>
background-color css
<style>
a { background-color: #8428BD; }
a { background-color: rgb(132,40,189); }
div.DivClassName
{
background-color: #8428BD;
}
.BgClassName
{
background-color: #8428BD;
}
</style>
border-color css
<style>
span { border-color: #8428BD; }
span { border-color: rgb(132,40,189); }
td.TdClassName
{
border-color: #8428BD;
}
.TagClassName
{
border-color: #8428BD;
}
</style>