Shades of Dark Orchid #8F2ACC
Tints of Dark Orchid #8F2ACC
RGB
CMYK
RGB Variations
Color information
#8F2ACC (or 0x8F2ACC) is known color: Dark Orchid. HEX triplet: 8F, 2A and CC. RGB value is (143,42,204). Sum of RGB (Red+Green+Blue) = 143+42+204=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2ACC is #70D533. Grayscale: #5A5A5A. Windows color (decimal): -7394612 or 13380239. OLE color: 13380239.
HSL color Cylindrical-coordinate representation of color #8F2ACC: hue angle of 277.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F2ACC is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 42 | 204 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.2 |
| HSL | 277.41º | 0.66% | 0.48% | - |
| HSV(B) | 277.41º | 0.79% | 0.8% | - |
| XYZ | 23.05 | 11.86 | 58.2 | - |
| YUV | 90.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 204 | 0.30 | 0.79 | 0 | 0.2 | 277.41 | 0.66 | 0.48 |
| Hex | 8F | 2A | CC | 1E | 4F | 0 | 14 | 115 | 42 | 30 |
| Octal | 217 | 52 | 314 | 36 | 117 | 0 | 24 | 425 | 102 | 60 |
| Binary | 10001111 | 101010 | 11001100 | 11110 | 1001111 | 0 | 10100 | 100010101 | 1000010 | 110000 |
Color Harmonies of #8F2ACC
Complementary color
Monochromatic Colors of #8F2ACC
Black with #8F2ACC
Text Example
Text Example
White with #8F2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2ACC; }
p { color: rgb(143,42,204); }
H1.HeaderClassName
{
color: #8F2ACC;
}
.AnyTagClassName
{
color: #8F2ACC;
}
</style>
background-color css
<style>
a { background-color: #8F2ACC; }
a { background-color: rgb(143,42,204); }
div.DivClassName
{
background-color: #8F2ACC;
}
.BgClassName
{
background-color: #8F2ACC;
}
</style>
border-color css
<style>
span { border-color: #8F2ACC; }
span { border-color: rgb(143,42,204); }
td.TdClassName
{
border-color: #8F2ACC;
}
.TagClassName
{
border-color: #8F2ACC;
}
</style>