Shades of Dark Orchid #8F32CD
Tints of Dark Orchid #8F32CD
RGB
CMYK
RGB Variations
Color information
#8F32CD (or 0x8F32CD) is known color: Dark Orchid. HEX triplet: 8F, 32 and CD. RGB value is (143,50,205). Sum of RGB (Red+Green+Blue) = 143+50+205=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F32CD is #70CD32. Grayscale: #5E5E5E. Windows color (decimal): -7392563 or 13447823. OLE color: 13447823.
HSL color Cylindrical-coordinate representation of color #8F32CD: hue angle of 276º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F32CD is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 50 | 205 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.20 |
| HSL | 276º | 0.61% | 0.5% | - |
| HSV(B) | 276º | 0.76% | 0.8% | - |
| XYZ | 23.49 | 12.53 | 58.94 | - |
| YUV | 95.48 | 189.81 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 205 | 0.30 | 0.76 | 0 | 0.20 | 276 | 0.61 | 0.5 |
| Hex | 8F | 32 | CD | 1E | 4C | 0 | 14 | 114 | 3D | 32 |
| Octal | 217 | 62 | 315 | 36 | 114 | 0 | 24 | 424 | 75 | 62 |
| Binary | 10001111 | 110010 | 11001101 | 11110 | 1001100 | 0 | 10100 | 100010100 | 111101 | 110010 |
Color Harmonies of #8F32CD
Complementary color
Monochromatic Colors of #8F32CD
Black with #8F32CD
Text Example
Text Example
White with #8F32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32CD; }
p { color: rgb(143,50,205); }
H1.HeaderClassName
{
color: #8F32CD;
}
.AnyTagClassName
{
color: #8F32CD;
}
</style>
background-color css
<style>
a { background-color: #8F32CD; }
a { background-color: rgb(143,50,205); }
div.DivClassName
{
background-color: #8F32CD;
}
.BgClassName
{
background-color: #8F32CD;
}
</style>
border-color css
<style>
span { border-color: #8F32CD; }
span { border-color: rgb(143,50,205); }
td.TdClassName
{
border-color: #8F32CD;
}
.TagClassName
{
border-color: #8F32CD;
}
</style>