Shades of Dark Orchid #8F23CF
Tints of Dark Orchid #8F23CF
RGB
CMYK
RGB Variations
Color information
#8F23CF (or 0x8F23CF) is known color: Dark Orchid. HEX triplet: 8F, 23 and CF. RGB value is (143,35,207). Sum of RGB (Red+Green+Blue) = 143+35+207=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F23CF is #70DC30. Grayscale: #565656. Windows color (decimal): -7396401 or 13575055. OLE color: 13575055.
HSL color Cylindrical-coordinate representation of color #8F23CF: hue angle of 277.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F23CF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 35 | 207 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.19 |
| HSL | 277.67º | 0.71% | 0.47% | - |
| HSV(B) | 277.67º | 0.83% | 0.81% | - |
| XYZ | 23.19 | 11.55 | 60.04 | - |
| YUV | 86.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 207 | 0.31 | 0.83 | 0 | 0.19 | 277.67 | 0.71 | 0.47 |
| Hex | 8F | 23 | CF | 1F | 53 | 0 | 13 | 116 | 47 | 2F |
| Octal | 217 | 43 | 317 | 37 | 123 | 0 | 23 | 426 | 107 | 57 |
| Binary | 10001111 | 100011 | 11001111 | 11111 | 1010011 | 0 | 10011 | 100010110 | 1000111 | 101111 |
Color Harmonies of #8F23CF
Complementary color
Monochromatic Colors of #8F23CF
Black with #8F23CF
Text Example
Text Example
White with #8F23CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F23CF; }
p { color: rgb(143,35,207); }
H1.HeaderClassName
{
color: #8F23CF;
}
.AnyTagClassName
{
color: #8F23CF;
}
</style>
background-color css
<style>
a { background-color: #8F23CF; }
a { background-color: rgb(143,35,207); }
div.DivClassName
{
background-color: #8F23CF;
}
.BgClassName
{
background-color: #8F23CF;
}
</style>
border-color css
<style>
span { border-color: #8F23CF; }
span { border-color: rgb(143,35,207); }
td.TdClassName
{
border-color: #8F23CF;
}
.TagClassName
{
border-color: #8F23CF;
}
</style>