Shades of Dark Orchid #8F34CF
Tints of Dark Orchid #8F34CF
RGB
CMYK
RGB Variations
Color information
#8F34CF (or 0x8F34CF) is known color: Dark Orchid. HEX triplet: 8F, 34 and CF. RGB value is (143,52,207). Sum of RGB (Red+Green+Blue) = 143+52+207=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F34CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34CF is #70CB30. Grayscale: #606060. Windows color (decimal): -7392049 or 13579407. OLE color: 13579407.
HSL color Cylindrical-coordinate representation of color #8F34CF: hue angle of 275.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F34CF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 52 | 207 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.19 |
| HSL | 275.23º | 0.62% | 0.51% | - |
| HSV(B) | 275.23º | 0.75% | 0.81% | - |
| XYZ | 23.82 | 12.8 | 60.25 | - |
| YUV | 96.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 52 | 207 | 0.31 | 0.75 | 0 | 0.19 | 275.23 | 0.62 | 0.51 |
| Hex | 8F | 34 | CF | 1F | 4B | 0 | 13 | 113 | 3E | 33 |
| Octal | 217 | 64 | 317 | 37 | 113 | 0 | 23 | 423 | 76 | 63 |
| Binary | 10001111 | 110100 | 11001111 | 11111 | 1001011 | 0 | 10011 | 100010011 | 111110 | 110011 |
Color Harmonies of #8F34CF
Complementary color
Monochromatic Colors of #8F34CF
Black with #8F34CF
Text Example
Text Example
White with #8F34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F34CF; }
p { color: rgb(143,52,207); }
H1.HeaderClassName
{
color: #8F34CF;
}
.AnyTagClassName
{
color: #8F34CF;
}
</style>
background-color css
<style>
a { background-color: #8F34CF; }
a { background-color: rgb(143,52,207); }
div.DivClassName
{
background-color: #8F34CF;
}
.BgClassName
{
background-color: #8F34CF;
}
</style>
border-color css
<style>
span { border-color: #8F34CF; }
span { border-color: rgb(143,52,207); }
td.TdClassName
{
border-color: #8F34CF;
}
.TagClassName
{
border-color: #8F34CF;
}
</style>