Shades of Dark Orchid #8F3AB6
Tints of Dark Orchid #8F3AB6
RGB
CMYK
RGB Variations
Color information
#8F3AB6 (or 0x8F3AB6) is known color: Dark Orchid. HEX triplet: 8F, 3A and B6. RGB value is (143,58,182). Sum of RGB (Red+Green+Blue) = 143+58+182=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F3AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3AB6 is #70C549. Grayscale: #616161. Windows color (decimal): -7390538 or 11942543. OLE color: 11942543.
HSL color Cylindrical-coordinate representation of color #8F3AB6: hue angle of 281.13º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F3AB6 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 58 | 182 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.29 |
| HSL | 281.13º | 0.52% | 0.47% | - |
| HSV(B) | 281.13º | 0.68% | 0.71% | - |
| XYZ | 21.28 | 12.24 | 45.5 | - |
| YUV | 97.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 182 | 0.21 | 0.68 | 0 | 0.29 | 281.13 | 0.52 | 0.47 |
| Hex | 8F | 3A | B6 | 15 | 44 | 0 | 1D | 119 | 34 | 2F |
| Octal | 217 | 72 | 266 | 25 | 104 | 0 | 35 | 431 | 64 | 57 |
| Binary | 10001111 | 111010 | 10110110 | 10101 | 1000100 | 0 | 11101 | 100011001 | 110100 | 101111 |
Color Harmonies of #8F3AB6
Complementary color
Monochromatic Colors of #8F3AB6
Black with #8F3AB6
Text Example
Text Example
White with #8F3AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3AB6; }
p { color: rgb(143,58,182); }
H1.HeaderClassName
{
color: #8F3AB6;
}
.AnyTagClassName
{
color: #8F3AB6;
}
</style>
background-color css
<style>
a { background-color: #8F3AB6; }
a { background-color: rgb(143,58,182); }
div.DivClassName
{
background-color: #8F3AB6;
}
.BgClassName
{
background-color: #8F3AB6;
}
</style>
border-color css
<style>
span { border-color: #8F3AB6; }
span { border-color: rgb(143,58,182); }
td.TdClassName
{
border-color: #8F3AB6;
}
.TagClassName
{
border-color: #8F3AB6;
}
</style>