Shades of Dark Orchid #8F28CB
Tints of Dark Orchid #8F28CB
RGB
CMYK
RGB Variations
Color information
#8F28CB (or 0x8F28CB) is known color: Dark Orchid. HEX triplet: 8F, 28 and CB. RGB value is (143,40,203). Sum of RGB (Red+Green+Blue) = 143+40+203=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F28CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F28CB is #70D734. Grayscale: #585858. Windows color (decimal): -7395125 or 13314191. OLE color: 13314191.
HSL color Cylindrical-coordinate representation of color #8F28CB: hue angle of 277.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F28CB is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 40 | 203 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.20 |
| HSL | 277.91º | 0.67% | 0.48% | - |
| HSV(B) | 277.91º | 0.8% | 0.8% | - |
| XYZ | 22.87 | 11.67 | 57.55 | - |
| YUV | 89.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 203 | 0.30 | 0.80 | 0 | 0.20 | 277.91 | 0.67 | 0.48 |
| Hex | 8F | 28 | CB | 1E | 50 | 0 | 14 | 116 | 43 | 30 |
| Octal | 217 | 50 | 313 | 36 | 120 | 0 | 24 | 426 | 103 | 60 |
| Binary | 10001111 | 101000 | 11001011 | 11110 | 1010000 | 0 | 10100 | 100010110 | 1000011 | 110000 |
Color Harmonies of #8F28CB
Complementary color
Monochromatic Colors of #8F28CB
Black with #8F28CB
Text Example
Text Example
White with #8F28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28CB; }
p { color: rgb(143,40,203); }
H1.HeaderClassName
{
color: #8F28CB;
}
.AnyTagClassName
{
color: #8F28CB;
}
</style>
background-color css
<style>
a { background-color: #8F28CB; }
a { background-color: rgb(143,40,203); }
div.DivClassName
{
background-color: #8F28CB;
}
.BgClassName
{
background-color: #8F28CB;
}
</style>
border-color css
<style>
span { border-color: #8F28CB; }
span { border-color: rgb(143,40,203); }
td.TdClassName
{
border-color: #8F28CB;
}
.TagClassName
{
border-color: #8F28CB;
}
</style>