Shades of Dark Orchid #8C21B4
Tints of Dark Orchid #8C21B4
RGB
CMYK
RGB Variations
Color information
#8C21B4 (or 0x8C21B4) is known color: Dark Orchid. HEX triplet: 8C, 21 and B4. RGB value is (140,33,180). Sum of RGB (Red+Green+Blue) = 140+33+180=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C21B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C21B4 is #73DE4B. Grayscale: #515151. Windows color (decimal): -7593548 or 11805068. OLE color: 11805068.
HSL color Cylindrical-coordinate representation of color #8C21B4: hue angle of 283.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C21B4 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 33 | 180 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.29 |
| HSL | 283.67º | 0.69% | 0.42% | - |
| HSV(B) | 283.67º | 0.82% | 0.71% | - |
| XYZ | 19.6 | 9.96 | 44.07 | - |
| YUV | 81.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 180 | 0.22 | 0.82 | 0 | 0.29 | 283.67 | 0.69 | 0.42 |
| Hex | 8C | 21 | B4 | 16 | 52 | 0 | 1D | 11C | 45 | 2A |
| Octal | 214 | 41 | 264 | 26 | 122 | 0 | 35 | 434 | 105 | 52 |
| Binary | 10001100 | 100001 | 10110100 | 10110 | 1010010 | 0 | 11101 | 100011100 | 1000101 | 101010 |
Color Harmonies of #8C21B4
Complementary color
Monochromatic Colors of #8C21B4
Black with #8C21B4
Text Example
Text Example
White with #8C21B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C21B4; }
p { color: rgb(140,33,180); }
H1.HeaderClassName
{
color: #8C21B4;
}
.AnyTagClassName
{
color: #8C21B4;
}
</style>
background-color css
<style>
a { background-color: #8C21B4; }
a { background-color: rgb(140,33,180); }
div.DivClassName
{
background-color: #8C21B4;
}
.BgClassName
{
background-color: #8C21B4;
}
</style>
border-color css
<style>
span { border-color: #8C21B4; }
span { border-color: rgb(140,33,180); }
td.TdClassName
{
border-color: #8C21B4;
}
.TagClassName
{
border-color: #8C21B4;
}
</style>