Shades of Dark Orchid #8F27CB
Tints of Dark Orchid #8F27CB
RGB
CMYK
RGB Variations
Color information
#8F27CB (or 0x8F27CB) is known color: Dark Orchid. HEX triplet: 8F, 27 and CB. RGB value is (143,39,203). Sum of RGB (Red+Green+Blue) = 143+39+203=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27CB is #70D834. Grayscale: #585858. Windows color (decimal): -7395381 or 13313935. OLE color: 13313935.
HSL color Cylindrical-coordinate representation of color #8F27CB: hue angle of 278.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F27CB is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 39 | 203 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.20 |
| HSL | 278.05º | 0.68% | 0.47% | - |
| HSV(B) | 278.05º | 0.81% | 0.8% | - |
| XYZ | 22.83 | 11.6 | 57.54 | - |
| YUV | 88.79 | 192.46 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 203 | 0.30 | 0.81 | 0 | 0.20 | 278.05 | 0.68 | 0.47 |
| Hex | 8F | 27 | CB | 1E | 51 | 0 | 14 | 116 | 44 | 2F |
| Octal | 217 | 47 | 313 | 36 | 121 | 0 | 24 | 426 | 104 | 57 |
| Binary | 10001111 | 100111 | 11001011 | 11110 | 1010001 | 0 | 10100 | 100010110 | 1000100 | 101111 |
Color Harmonies of #8F27CB
Complementary color
Monochromatic Colors of #8F27CB
Black with #8F27CB
Text Example
Text Example
White with #8F27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F27CB; }
p { color: rgb(143,39,203); }
H1.HeaderClassName
{
color: #8F27CB;
}
.AnyTagClassName
{
color: #8F27CB;
}
</style>
background-color css
<style>
a { background-color: #8F27CB; }
a { background-color: rgb(143,39,203); }
div.DivClassName
{
background-color: #8F27CB;
}
.BgClassName
{
background-color: #8F27CB;
}
</style>
border-color css
<style>
span { border-color: #8F27CB; }
span { border-color: rgb(143,39,203); }
td.TdClassName
{
border-color: #8F27CB;
}
.TagClassName
{
border-color: #8F27CB;
}
</style>