Shades of Dark Orchid #8F32CE
Tints of Dark Orchid #8F32CE
RGB
CMYK
RGB Variations
Color information
#8F32CE (or 0x8F32CE) is known color: Dark Orchid. HEX triplet: 8F, 32 and CE. RGB value is (143,50,206). Sum of RGB (Red+Green+Blue) = 143+50+206=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F32CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F32CE is #70CD31. Grayscale: #5F5F5F. Windows color (decimal): -7392562 or 13513359. OLE color: 13513359.
HSL color Cylindrical-coordinate representation of color #8F32CE: hue angle of 275.77º 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 #8F32CE is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 50 | 206 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.19 |
| HSL | 275.77º | 0.61% | 0.5% | - |
| HSV(B) | 275.77º | 0.76% | 0.81% | - |
| XYZ | 23.61 | 12.58 | 59.58 | - |
| YUV | 95.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 206 | 0.31 | 0.76 | 0 | 0.19 | 275.77 | 0.61 | 0.5 |
| Hex | 8F | 32 | CE | 1F | 4C | 0 | 13 | 114 | 3D | 32 |
| Octal | 217 | 62 | 316 | 37 | 114 | 0 | 23 | 424 | 75 | 62 |
| Binary | 10001111 | 110010 | 11001110 | 11111 | 1001100 | 0 | 10011 | 100010100 | 111101 | 110010 |
Color Harmonies of #8F32CE
Complementary color
Monochromatic Colors of #8F32CE
Black with #8F32CE
Text Example
Text Example
White with #8F32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32CE; }
p { color: rgb(143,50,206); }
H1.HeaderClassName
{
color: #8F32CE;
}
.AnyTagClassName
{
color: #8F32CE;
}
</style>
background-color css
<style>
a { background-color: #8F32CE; }
a { background-color: rgb(143,50,206); }
div.DivClassName
{
background-color: #8F32CE;
}
.BgClassName
{
background-color: #8F32CE;
}
</style>
border-color css
<style>
span { border-color: #8F32CE; }
span { border-color: rgb(143,50,206); }
td.TdClassName
{
border-color: #8F32CE;
}
.TagClassName
{
border-color: #8F32CE;
}
</style>