Shades of Dark Orchid #8724CB
Tints of Dark Orchid #8724CB
RGB
CMYK
RGB Variations
Color information
#8724CB (or 0x8724CB) is known color: Dark Orchid. HEX triplet: 87, 24 and CB. RGB value is (135,36,203). Sum of RGB (Red+Green+Blue) = 135+36+203=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #8724CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8724CB is #78DB34. Grayscale: #545454. Windows color (decimal): -7920437 or 13313159. OLE color: 13313159.
HSL color Cylindrical-coordinate representation of color #8724CB: hue angle of 275.57º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8724CB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 36 | 203 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.20 |
| HSL | 275.57º | 0.7% | 0.47% | - |
| HSV(B) | 275.57º | 0.82% | 0.8% | - |
| XYZ | 21.4 | 10.72 | 57.44 | - |
| YUV | 84.64 | 194.8 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 203 | 0.33 | 0.82 | 0 | 0.20 | 275.57 | 0.7 | 0.47 |
| Hex | 87 | 24 | CB | 21 | 52 | 0 | 14 | 114 | 46 | 2F |
| Octal | 207 | 44 | 313 | 41 | 122 | 0 | 24 | 424 | 106 | 57 |
| Binary | 10000111 | 100100 | 11001011 | 100001 | 1010010 | 0 | 10100 | 100010100 | 1000110 | 101111 |
Color Harmonies of #8724CB
Complementary color
Monochromatic Colors of #8724CB
Black with #8724CB
Text Example
Text Example
White with #8724CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8724CB; }
p { color: rgb(135,36,203); }
H1.HeaderClassName
{
color: #8724CB;
}
.AnyTagClassName
{
color: #8724CB;
}
</style>
background-color css
<style>
a { background-color: #8724CB; }
a { background-color: rgb(135,36,203); }
div.DivClassName
{
background-color: #8724CB;
}
.BgClassName
{
background-color: #8724CB;
}
</style>
border-color css
<style>
span { border-color: #8724CB; }
span { border-color: rgb(135,36,203); }
td.TdClassName
{
border-color: #8724CB;
}
.TagClassName
{
border-color: #8724CB;
}
</style>