Shades of Dark Orchid #8F28B6
Tints of Dark Orchid #8F28B6
RGB
CMYK
RGB Variations
Color information
#8F28B6 (or 0x8F28B6) is known color: Dark Orchid. HEX triplet: 8F, 28 and B6. RGB value is (143,40,182). Sum of RGB (Red+Green+Blue) = 143+40+182=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F28B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F28B6 is #70D749. Grayscale: #565656. Windows color (decimal): -7395146 or 11937935. OLE color: 11937935.
HSL color Cylindrical-coordinate representation of color #8F28B6: hue angle of 283.52º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F28B6 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 40 | 182 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.29 |
| HSL | 283.52º | 0.64% | 0.44% | - |
| HSV(B) | 283.52º | 0.78% | 0.71% | - |
| XYZ | 20.53 | 10.73 | 45.25 | - |
| YUV | 86.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 182 | 0.21 | 0.78 | 0 | 0.29 | 283.52 | 0.64 | 0.44 |
| Hex | 8F | 28 | B6 | 15 | 4E | 0 | 1D | 11C | 40 | 2C |
| Octal | 217 | 50 | 266 | 25 | 116 | 0 | 35 | 434 | 100 | 54 |
| Binary | 10001111 | 101000 | 10110110 | 10101 | 1001110 | 0 | 11101 | 100011100 | 1000000 | 101100 |
Color Harmonies of #8F28B6
Complementary color
Monochromatic Colors of #8F28B6
Black with #8F28B6
Text Example
Text Example
White with #8F28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28B6; }
p { color: rgb(143,40,182); }
H1.HeaderClassName
{
color: #8F28B6;
}
.AnyTagClassName
{
color: #8F28B6;
}
</style>
background-color css
<style>
a { background-color: #8F28B6; }
a { background-color: rgb(143,40,182); }
div.DivClassName
{
background-color: #8F28B6;
}
.BgClassName
{
background-color: #8F28B6;
}
</style>
border-color css
<style>
span { border-color: #8F28B6; }
span { border-color: rgb(143,40,182); }
td.TdClassName
{
border-color: #8F28B6;
}
.TagClassName
{
border-color: #8F28B6;
}
</style>