Shades of Dark Orchid #8F21B3
Tints of Dark Orchid #8F21B3
RGB
CMYK
RGB Variations
Color information
#8F21B3 (or 0x8F21B3) is known color: Dark Orchid. HEX triplet: 8F, 21 and B3. RGB value is (143,33,179). Sum of RGB (Red+Green+Blue) = 143+33+179=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21B3 is #70DE4C. Grayscale: #525252. Windows color (decimal): -7396941 or 11739535. OLE color: 11739535.
HSL color Cylindrical-coordinate representation of color #8F21B3: hue angle of 285.21º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F21B3 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 33 | 179 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.30 |
| HSL | 285.21º | 0.69% | 0.42% | - |
| HSV(B) | 285.21º | 0.82% | 0.7% | - |
| XYZ | 20.01 | 10.18 | 43.56 | - |
| YUV | 82.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 179 | 0.20 | 0.82 | 0 | 0.30 | 285.21 | 0.69 | 0.42 |
| Hex | 8F | 21 | B3 | 14 | 52 | 0 | 1E | 11D | 45 | 2A |
| Octal | 217 | 41 | 263 | 24 | 122 | 0 | 36 | 435 | 105 | 52 |
| Binary | 10001111 | 100001 | 10110011 | 10100 | 1010010 | 0 | 11110 | 100011101 | 1000101 | 101010 |
Color Harmonies of #8F21B3
Complementary color
Monochromatic Colors of #8F21B3
Black with #8F21B3
Text Example
Text Example
White with #8F21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F21B3; }
p { color: rgb(143,33,179); }
H1.HeaderClassName
{
color: #8F21B3;
}
.AnyTagClassName
{
color: #8F21B3;
}
</style>
background-color css
<style>
a { background-color: #8F21B3; }
a { background-color: rgb(143,33,179); }
div.DivClassName
{
background-color: #8F21B3;
}
.BgClassName
{
background-color: #8F21B3;
}
</style>
border-color css
<style>
span { border-color: #8F21B3; }
span { border-color: rgb(143,33,179); }
td.TdClassName
{
border-color: #8F21B3;
}
.TagClassName
{
border-color: #8F21B3;
}
</style>