Shades of Dark Orchid #8721CB
Tints of Dark Orchid #8721CB
RGB
CMYK
RGB Variations
Color information
#8721CB (or 0x8721CB) is known color: Dark Orchid. HEX triplet: 87, 21 and CB. RGB value is (135,33,203). Sum of RGB (Red+Green+Blue) = 135+33+203=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #8721CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8721CB is #78DE34. Grayscale: #525252. Windows color (decimal): -7921205 or 13312391. OLE color: 13312391.
HSL color Cylindrical-coordinate representation of color #8721CB: hue angle of 276º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8721CB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 33 | 203 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.20 |
| HSL | 276º | 0.72% | 0.46% | - |
| HSV(B) | 276º | 0.84% | 0.8% | - |
| XYZ | 21.32 | 10.55 | 57.41 | - |
| YUV | 82.88 | 195.79 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 203 | 0.33 | 0.84 | 0 | 0.20 | 276 | 0.72 | 0.46 |
| Hex | 87 | 21 | CB | 21 | 54 | 0 | 14 | 114 | 48 | 2E |
| Octal | 207 | 41 | 313 | 41 | 124 | 0 | 24 | 424 | 110 | 56 |
| Binary | 10000111 | 100001 | 11001011 | 100001 | 1010100 | 0 | 10100 | 100010100 | 1001000 | 101110 |
Color Harmonies of #8721CB
Complementary color
Monochromatic Colors of #8721CB
Black with #8721CB
Text Example
Text Example
White with #8721CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8721CB; }
p { color: rgb(135,33,203); }
H1.HeaderClassName
{
color: #8721CB;
}
.AnyTagClassName
{
color: #8721CB;
}
</style>
background-color css
<style>
a { background-color: #8721CB; }
a { background-color: rgb(135,33,203); }
div.DivClassName
{
background-color: #8721CB;
}
.BgClassName
{
background-color: #8721CB;
}
</style>
border-color css
<style>
span { border-color: #8721CB; }
span { border-color: rgb(135,33,203); }
td.TdClassName
{
border-color: #8721CB;
}
.TagClassName
{
border-color: #8721CB;
}
</style>