Shades of Dark Orchid #8F2DCB
Tints of Dark Orchid #8F2DCB
RGB
CMYK
RGB Variations
Color information
#8F2DCB (or 0x8F2DCB) is known color: Dark Orchid. HEX triplet: 8F, 2D and CB. RGB value is (143,45,203). Sum of RGB (Red+Green+Blue) = 143+45+203=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DCB is #70D234. Grayscale: #5B5B5B. Windows color (decimal): -7393845 or 13315471. OLE color: 13315471.
HSL color Cylindrical-coordinate representation of color #8F2DCB: hue angle of 277.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F2DCB is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 45 | 203 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.20 |
| HSL | 277.22º | 0.64% | 0.49% | - |
| HSV(B) | 277.22º | 0.78% | 0.8% | - |
| XYZ | 23.05 | 12.03 | 57.61 | - |
| YUV | 92.31 | 190.47 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 203 | 0.30 | 0.78 | 0 | 0.20 | 277.22 | 0.64 | 0.49 |
| Hex | 8F | 2D | CB | 1E | 4E | 0 | 14 | 115 | 40 | 31 |
| Octal | 217 | 55 | 313 | 36 | 116 | 0 | 24 | 425 | 100 | 61 |
| Binary | 10001111 | 101101 | 11001011 | 11110 | 1001110 | 0 | 10100 | 100010101 | 1000000 | 110001 |
Color Harmonies of #8F2DCB
Complementary color
Monochromatic Colors of #8F2DCB
Black with #8F2DCB
Text Example
Text Example
White with #8F2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DCB; }
p { color: rgb(143,45,203); }
H1.HeaderClassName
{
color: #8F2DCB;
}
.AnyTagClassName
{
color: #8F2DCB;
}
</style>
background-color css
<style>
a { background-color: #8F2DCB; }
a { background-color: rgb(143,45,203); }
div.DivClassName
{
background-color: #8F2DCB;
}
.BgClassName
{
background-color: #8F2DCB;
}
</style>
border-color css
<style>
span { border-color: #8F2DCB; }
span { border-color: rgb(143,45,203); }
td.TdClassName
{
border-color: #8F2DCB;
}
.TagClassName
{
border-color: #8F2DCB;
}
</style>