Shades of Dark Orchid #8F45CE
Tints of Dark Orchid #8F45CE
RGB
CMYK
RGB Variations
Color information
#8F45CE (or 0x8F45CE) is known color: Dark Orchid. HEX triplet: 8F, 45 and CE. RGB value is (143,69,206). Sum of RGB (Red+Green+Blue) = 143+69+206=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F45CE is #70BA31. Grayscale: #6A6A6A. Windows color (decimal): -7387698 or 13518223. OLE color: 13518223.
HSL color Cylindrical-coordinate representation of color #8F45CE: hue angle of 272.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F45CE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 69 | 206 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.19 |
| HSL | 272.41º | 0.58% | 0.54% | - |
| HSV(B) | 272.41º | 0.67% | 0.81% | - |
| XYZ | 24.6 | 14.55 | 59.9 | - |
| YUV | 106.74 | 184.02 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 206 | 0.31 | 0.67 | 0 | 0.19 | 272.41 | 0.58 | 0.54 |
| Hex | 8F | 45 | CE | 1F | 43 | 0 | 13 | 110 | 3A | 36 |
| Octal | 217 | 105 | 316 | 37 | 103 | 0 | 23 | 420 | 72 | 66 |
| Binary | 10001111 | 1000101 | 11001110 | 11111 | 1000011 | 0 | 10011 | 100010000 | 111010 | 110110 |
Color Harmonies of #8F45CE
Complementary color
Monochromatic Colors of #8F45CE
Black with #8F45CE
Text Example
Text Example
White with #8F45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F45CE; }
p { color: rgb(143,69,206); }
H1.HeaderClassName
{
color: #8F45CE;
}
.AnyTagClassName
{
color: #8F45CE;
}
</style>
background-color css
<style>
a { background-color: #8F45CE; }
a { background-color: rgb(143,69,206); }
div.DivClassName
{
background-color: #8F45CE;
}
.BgClassName
{
background-color: #8F45CE;
}
</style>
border-color css
<style>
span { border-color: #8F45CE; }
span { border-color: rgb(143,69,206); }
td.TdClassName
{
border-color: #8F45CE;
}
.TagClassName
{
border-color: #8F45CE;
}
</style>