Shades of Dark Orchid #821CB8
Tints of Dark Orchid #821CB8
RGB
CMYK
RGB Variations
Color information
#821CB8 (or 0x821CB8) is known color: Dark Orchid. HEX triplet: 82, 1C and B8. RGB value is (130,28,184). Sum of RGB (Red+Green+Blue) = 130+28+184=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 184 (72.27% from 255 or 53.80% from 342); Max value from RGB is 184 - color contains mainly: blue. Hex color #821CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821CB8 is #7DE347. Grayscale: #4B4B4B. Windows color (decimal): -8250184 or 12065922. OLE color: 12065922.
HSL color Cylindrical-coordinate representation of color #821CB8: hue angle of 279.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821CB8 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 28 | 184 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.28 |
| HSL | 279.23º | 0.74% | 0.42% | - |
| HSV(B) | 279.23º | 0.85% | 0.72% | - |
| XYZ | 18.27 | 9.04 | 46.13 | - |
| YUV | 76.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 184 | 0.29 | 0.85 | 0 | 0.28 | 279.23 | 0.74 | 0.42 |
| Hex | 82 | 1C | B8 | 1D | 55 | 0 | 1C | 117 | 4A | 2A |
| Octal | 202 | 34 | 270 | 35 | 125 | 0 | 34 | 427 | 112 | 52 |
| Binary | 10000010 | 11100 | 10111000 | 11101 | 1010101 | 0 | 11100 | 100010111 | 1001010 | 101010 |
Color Harmonies of #821CB8
Complementary color
Monochromatic Colors of #821CB8
Black with #821CB8
Text Example
Text Example
White with #821CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CB8; }
p { color: rgb(130,28,184); }
H1.HeaderClassName
{
color: #821CB8;
}
.AnyTagClassName
{
color: #821CB8;
}
</style>
background-color css
<style>
a { background-color: #821CB8; }
a { background-color: rgb(130,28,184); }
div.DivClassName
{
background-color: #821CB8;
}
.BgClassName
{
background-color: #821CB8;
}
</style>
border-color css
<style>
span { border-color: #821CB8; }
span { border-color: rgb(130,28,184); }
td.TdClassName
{
border-color: #821CB8;
}
.TagClassName
{
border-color: #821CB8;
}
</style>