Shades of Dark Orchid #8F41CC
Tints of Dark Orchid #8F41CC
RGB
CMYK
RGB Variations
Color information
#8F41CC (or 0x8F41CC) is known color: Dark Orchid. HEX triplet: 8F, 41 and CC. RGB value is (143,65,204). Sum of RGB (Red+Green+Blue) = 143+65+204=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41CC is #70BE33. Grayscale: #676767. Windows color (decimal): -7388724 or 13386127. OLE color: 13386127.
HSL color Cylindrical-coordinate representation of color #8F41CC: hue angle of 273.67º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F41CC is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 65 | 204 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.2 |
| HSL | 273.67º | 0.58% | 0.53% | - |
| HSV(B) | 273.67º | 0.68% | 0.8% | - |
| XYZ | 24.12 | 13.98 | 58.55 | - |
| YUV | 104.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 204 | 0.30 | 0.68 | 0 | 0.2 | 273.67 | 0.58 | 0.53 |
| Hex | 8F | 41 | CC | 1E | 44 | 0 | 14 | 112 | 3A | 35 |
| Octal | 217 | 101 | 314 | 36 | 104 | 0 | 24 | 422 | 72 | 65 |
| Binary | 10001111 | 1000001 | 11001100 | 11110 | 1000100 | 0 | 10100 | 100010010 | 111010 | 110101 |
Color Harmonies of #8F41CC
Complementary color
Monochromatic Colors of #8F41CC
Black with #8F41CC
Text Example
Text Example
White with #8F41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41CC; }
p { color: rgb(143,65,204); }
H1.HeaderClassName
{
color: #8F41CC;
}
.AnyTagClassName
{
color: #8F41CC;
}
</style>
background-color css
<style>
a { background-color: #8F41CC; }
a { background-color: rgb(143,65,204); }
div.DivClassName
{
background-color: #8F41CC;
}
.BgClassName
{
background-color: #8F41CC;
}
</style>
border-color css
<style>
span { border-color: #8F41CC; }
span { border-color: rgb(143,65,204); }
td.TdClassName
{
border-color: #8F41CC;
}
.TagClassName
{
border-color: #8F41CC;
}
</style>