Shades of Dark Orchid #8F1DCB
Tints of Dark Orchid #8F1DCB
RGB
CMYK
RGB Variations
Color information
#8F1DCB (or 0x8F1DCB) is known color: Dark Orchid. HEX triplet: 8F, 1D and CB. RGB value is (143,29,203). Sum of RGB (Red+Green+Blue) = 143+29+203=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1DCB is #70E234. Grayscale: #525252. Windows color (decimal): -7397941 or 13311375. OLE color: 13311375.
HSL color Cylindrical-coordinate representation of color #8F1DCB: hue angle of 279.31º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1DCB is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 29 | 203 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.20 |
| HSL | 279.31º | 0.75% | 0.45% | - |
| HSV(B) | 279.31º | 0.86% | 0.8% | - |
| XYZ | 22.55 | 11.03 | 57.44 | - |
| YUV | 82.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 203 | 0.30 | 0.86 | 0 | 0.20 | 279.31 | 0.75 | 0.45 |
| Hex | 8F | 1D | CB | 1E | 56 | 0 | 14 | 117 | 4B | 2D |
| Octal | 217 | 35 | 313 | 36 | 126 | 0 | 24 | 427 | 113 | 55 |
| Binary | 10001111 | 11101 | 11001011 | 11110 | 1010110 | 0 | 10100 | 100010111 | 1001011 | 101101 |
Color Harmonies of #8F1DCB
Complementary color
Monochromatic Colors of #8F1DCB
Black with #8F1DCB
Text Example
Text Example
White with #8F1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DCB; }
p { color: rgb(143,29,203); }
H1.HeaderClassName
{
color: #8F1DCB;
}
.AnyTagClassName
{
color: #8F1DCB;
}
</style>
background-color css
<style>
a { background-color: #8F1DCB; }
a { background-color: rgb(143,29,203); }
div.DivClassName
{
background-color: #8F1DCB;
}
.BgClassName
{
background-color: #8F1DCB;
}
</style>
border-color css
<style>
span { border-color: #8F1DCB; }
span { border-color: rgb(143,29,203); }
td.TdClassName
{
border-color: #8F1DCB;
}
.TagClassName
{
border-color: #8F1DCB;
}
</style>