Shades of Dark Orchid #8F40CB
Tints of Dark Orchid #8F40CB
RGB
CMYK
RGB Variations
Color information
#8F40CB (or 0x8F40CB) is known color: Dark Orchid. HEX triplet: 8F, 40 and CB. RGB value is (143,64,203). Sum of RGB (Red+Green+Blue) = 143+64+203=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F40CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40CB is #70BF34. Grayscale: #666666. Windows color (decimal): -7388981 or 13320335. OLE color: 13320335.
HSL color Cylindrical-coordinate representation of color #8F40CB: hue angle of 274.1º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F40CB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 64 | 203 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.20 |
| HSL | 274.1º | 0.57% | 0.52% | - |
| HSV(B) | 274.1º | 0.68% | 0.8% | - |
| XYZ | 23.94 | 13.82 | 57.91 | - |
| YUV | 103.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 203 | 0.30 | 0.68 | 0 | 0.20 | 274.1 | 0.57 | 0.52 |
| Hex | 8F | 40 | CB | 1E | 44 | 0 | 14 | 112 | 39 | 34 |
| Octal | 217 | 100 | 313 | 36 | 104 | 0 | 24 | 422 | 71 | 64 |
| Binary | 10001111 | 1000000 | 11001011 | 11110 | 1000100 | 0 | 10100 | 100010010 | 111001 | 110100 |
Color Harmonies of #8F40CB
Complementary color
Monochromatic Colors of #8F40CB
Black with #8F40CB
Text Example
Text Example
White with #8F40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F40CB; }
p { color: rgb(143,64,203); }
H1.HeaderClassName
{
color: #8F40CB;
}
.AnyTagClassName
{
color: #8F40CB;
}
</style>
background-color css
<style>
a { background-color: #8F40CB; }
a { background-color: rgb(143,64,203); }
div.DivClassName
{
background-color: #8F40CB;
}
.BgClassName
{
background-color: #8F40CB;
}
</style>
border-color css
<style>
span { border-color: #8F40CB; }
span { border-color: rgb(143,64,203); }
td.TdClassName
{
border-color: #8F40CB;
}
.TagClassName
{
border-color: #8F40CB;
}
</style>