Shades of Dark Orchid #8F2AB4
Tints of Dark Orchid #8F2AB4
RGB
CMYK
RGB Variations
Color information
#8F2AB4 (or 0x8F2AB4) is known color: Dark Orchid. HEX triplet: 8F, 2A and B4. RGB value is (143,42,180). Sum of RGB (Red+Green+Blue) = 143+42+180=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F2AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2AB4 is #70D54B. Grayscale: #575757. Windows color (decimal): -7394636 or 11807375. OLE color: 11807375.
HSL color Cylindrical-coordinate representation of color #8F2AB4: hue angle of 283.91º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2AB4 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 42 | 180 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.29 |
| HSL | 283.91º | 0.62% | 0.44% | - |
| HSV(B) | 283.91º | 0.77% | 0.71% | - |
| XYZ | 20.39 | 10.79 | 44.19 | - |
| YUV | 87.93 | 179.96 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 180 | 0.21 | 0.77 | 0 | 0.29 | 283.91 | 0.62 | 0.44 |
| Hex | 8F | 2A | B4 | 15 | 4D | 0 | 1D | 11C | 3E | 2C |
| Octal | 217 | 52 | 264 | 25 | 115 | 0 | 35 | 434 | 76 | 54 |
| Binary | 10001111 | 101010 | 10110100 | 10101 | 1001101 | 0 | 11101 | 100011100 | 111110 | 101100 |
Color Harmonies of #8F2AB4
Complementary color
Monochromatic Colors of #8F2AB4
Black with #8F2AB4
Text Example
Text Example
White with #8F2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2AB4; }
p { color: rgb(143,42,180); }
H1.HeaderClassName
{
color: #8F2AB4;
}
.AnyTagClassName
{
color: #8F2AB4;
}
</style>
background-color css
<style>
a { background-color: #8F2AB4; }
a { background-color: rgb(143,42,180); }
div.DivClassName
{
background-color: #8F2AB4;
}
.BgClassName
{
background-color: #8F2AB4;
}
</style>
border-color css
<style>
span { border-color: #8F2AB4; }
span { border-color: rgb(143,42,180); }
td.TdClassName
{
border-color: #8F2AB4;
}
.TagClassName
{
border-color: #8F2AB4;
}
</style>