Shades of Dark Orchid #8D33CE
Tints of Dark Orchid #8D33CE
RGB
CMYK
RGB Variations
Color information
#8D33CE (or 0x8D33CE) is known color: Dark Orchid. HEX triplet: 8D, 33 and CE. RGB value is (141,51,206). Sum of RGB (Red+Green+Blue) = 141+51+206=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D33CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D33CE is #72CC31. Grayscale: #5F5F5F. Windows color (decimal): -7523378 or 13513613. OLE color: 13513613.
HSL color Cylindrical-coordinate representation of color #8D33CE: hue angle of 274.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D33CE is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 51 | 206 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.19 |
| HSL | 274.84º | 0.61% | 0.5% | - |
| HSV(B) | 274.84º | 0.75% | 0.81% | - |
| XYZ | 23.31 | 12.49 | 59.57 | - |
| YUV | 95.58 | 190.32 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 51 | 206 | 0.32 | 0.75 | 0 | 0.19 | 274.84 | 0.61 | 0.5 |
| Hex | 8D | 33 | CE | 20 | 4B | 0 | 13 | 113 | 3D | 32 |
| Octal | 215 | 63 | 316 | 40 | 113 | 0 | 23 | 423 | 75 | 62 |
| Binary | 10001101 | 110011 | 11001110 | 100000 | 1001011 | 0 | 10011 | 100010011 | 111101 | 110010 |
Color Harmonies of #8D33CE
Complementary color
Monochromatic Colors of #8D33CE
Black with #8D33CE
Text Example
Text Example
White with #8D33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D33CE; }
p { color: rgb(141,51,206); }
H1.HeaderClassName
{
color: #8D33CE;
}
.AnyTagClassName
{
color: #8D33CE;
}
</style>
background-color css
<style>
a { background-color: #8D33CE; }
a { background-color: rgb(141,51,206); }
div.DivClassName
{
background-color: #8D33CE;
}
.BgClassName
{
background-color: #8D33CE;
}
</style>
border-color css
<style>
span { border-color: #8D33CE; }
span { border-color: rgb(141,51,206); }
td.TdClassName
{
border-color: #8D33CE;
}
.TagClassName
{
border-color: #8D33CE;
}
</style>