Shades of Dark Orchid #8F3ABC
Tints of Dark Orchid #8F3ABC
RGB
CMYK
RGB Variations
Color information
#8F3ABC (or 0x8F3ABC) is known color: Dark Orchid. HEX triplet: 8F, 3A and BC. RGB value is (143,58,188). Sum of RGB (Red+Green+Blue) = 143+58+188=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F3ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ABC is #70C543. Grayscale: #616161. Windows color (decimal): -7390532 or 12335759. OLE color: 12335759.
HSL color Cylindrical-coordinate representation of color #8F3ABC: hue angle of 279.23º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F3ABC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 58 | 188 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.26 |
| HSL | 279.23º | 0.53% | 0.48% | - |
| HSV(B) | 279.23º | 0.69% | 0.74% | - |
| XYZ | 21.92 | 12.5 | 48.83 | - |
| YUV | 98.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 188 | 0.24 | 0.69 | 0 | 0.26 | 279.23 | 0.53 | 0.48 |
| Hex | 8F | 3A | BC | 18 | 45 | 0 | 1A | 117 | 35 | 30 |
| Octal | 217 | 72 | 274 | 30 | 105 | 0 | 32 | 427 | 65 | 60 |
| Binary | 10001111 | 111010 | 10111100 | 11000 | 1000101 | 0 | 11010 | 100010111 | 110101 | 110000 |
Color Harmonies of #8F3ABC
Complementary color
Monochromatic Colors of #8F3ABC
Black with #8F3ABC
Text Example
Text Example
White with #8F3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3ABC; }
p { color: rgb(143,58,188); }
H1.HeaderClassName
{
color: #8F3ABC;
}
.AnyTagClassName
{
color: #8F3ABC;
}
</style>
background-color css
<style>
a { background-color: #8F3ABC; }
a { background-color: rgb(143,58,188); }
div.DivClassName
{
background-color: #8F3ABC;
}
.BgClassName
{
background-color: #8F3ABC;
}
</style>
border-color css
<style>
span { border-color: #8F3ABC; }
span { border-color: rgb(143,58,188); }
td.TdClassName
{
border-color: #8F3ABC;
}
.TagClassName
{
border-color: #8F3ABC;
}
</style>