Shades of Dark Orchid #8F3ACF
Tints of Dark Orchid #8F3ACF
RGB
CMYK
RGB Variations
Color information
#8F3ACF (or 0x8F3ACF) is known color: Dark Orchid. HEX triplet: 8F, 3A and CF. RGB value is (143,58,207). Sum of RGB (Red+Green+Blue) = 143+58+207=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ACF is #70C530. Grayscale: #636363. Windows color (decimal): -7390513 or 13580943. OLE color: 13580943.
HSL color Cylindrical-coordinate representation of color #8F3ACF: hue angle of 274.23º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F3ACF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 58 | 207 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.19 |
| HSL | 274.23º | 0.61% | 0.52% | - |
| HSV(B) | 274.23º | 0.72% | 0.81% | - |
| XYZ | 24.1 | 13.37 | 60.34 | - |
| YUV | 100.4 | 188.16 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 207 | 0.31 | 0.72 | 0 | 0.19 | 274.23 | 0.61 | 0.52 |
| Hex | 8F | 3A | CF | 1F | 48 | 0 | 13 | 112 | 3D | 34 |
| Octal | 217 | 72 | 317 | 37 | 110 | 0 | 23 | 422 | 75 | 64 |
| Binary | 10001111 | 111010 | 11001111 | 11111 | 1001000 | 0 | 10011 | 100010010 | 111101 | 110100 |
Color Harmonies of #8F3ACF
Complementary color
Monochromatic Colors of #8F3ACF
Black with #8F3ACF
Text Example
Text Example
White with #8F3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3ACF; }
p { color: rgb(143,58,207); }
H1.HeaderClassName
{
color: #8F3ACF;
}
.AnyTagClassName
{
color: #8F3ACF;
}
</style>
background-color css
<style>
a { background-color: #8F3ACF; }
a { background-color: rgb(143,58,207); }
div.DivClassName
{
background-color: #8F3ACF;
}
.BgClassName
{
background-color: #8F3ACF;
}
</style>
border-color css
<style>
span { border-color: #8F3ACF; }
span { border-color: rgb(143,58,207); }
td.TdClassName
{
border-color: #8F3ACF;
}
.TagClassName
{
border-color: #8F3ACF;
}
</style>