Shades of Dark Orchid #8732CE
Tints of Dark Orchid #8732CE
RGB
CMYK
RGB Variations
Color information
#8732CE (or 0x8732CE) is known color: Dark Orchid. HEX triplet: 87, 32 and CE. RGB value is (135,50,206). Sum of RGB (Red+Green+Blue) = 135+50+206=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #8732CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732CE is #78CD31. Grayscale: #5C5C5C. Windows color (decimal): -7916850 or 13513351. OLE color: 13513351.
HSL color Cylindrical-coordinate representation of color #8732CE: hue angle of 272.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8732CE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 50 | 206 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.19 |
| HSL | 272.69º | 0.61% | 0.5% | - |
| HSV(B) | 272.69º | 0.76% | 0.81% | - |
| XYZ | 22.27 | 11.89 | 59.51 | - |
| YUV | 93.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 206 | 0.34 | 0.76 | 0 | 0.19 | 272.69 | 0.61 | 0.5 |
| Hex | 87 | 32 | CE | 22 | 4C | 0 | 13 | 111 | 3D | 32 |
| Octal | 207 | 62 | 316 | 42 | 114 | 0 | 23 | 421 | 75 | 62 |
| Binary | 10000111 | 110010 | 11001110 | 100010 | 1001100 | 0 | 10011 | 100010001 | 111101 | 110010 |
Color Harmonies of #8732CE
Complementary color
Monochromatic Colors of #8732CE
Black with #8732CE
Text Example
Text Example
White with #8732CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732CE; }
p { color: rgb(135,50,206); }
H1.HeaderClassName
{
color: #8732CE;
}
.AnyTagClassName
{
color: #8732CE;
}
</style>
background-color css
<style>
a { background-color: #8732CE; }
a { background-color: rgb(135,50,206); }
div.DivClassName
{
background-color: #8732CE;
}
.BgClassName
{
background-color: #8732CE;
}
</style>
border-color css
<style>
span { border-color: #8732CE; }
span { border-color: rgb(135,50,206); }
td.TdClassName
{
border-color: #8732CE;
}
.TagClassName
{
border-color: #8732CE;
}
</style>