Shades of Dark Orchid #8F23CC
Tints of Dark Orchid #8F23CC
RGB
CMYK
RGB Variations
Color information
#8F23CC (or 0x8F23CC) is known color: Dark Orchid. HEX triplet: 8F, 23 and CC. RGB value is (143,35,204). Sum of RGB (Red+Green+Blue) = 143+35+204=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F23CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F23CC is #70DC33. Grayscale: #555555. Windows color (decimal): -7396404 or 13378447. OLE color: 13378447.
HSL color Cylindrical-coordinate representation of color #8F23CC: hue angle of 278.34º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F23CC is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 35 | 204 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.2 |
| HSL | 278.34º | 0.71% | 0.47% | - |
| HSV(B) | 278.34º | 0.83% | 0.8% | - |
| XYZ | 22.83 | 11.4 | 58.12 | - |
| YUV | 86.56 | 194.28 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 204 | 0.30 | 0.83 | 0 | 0.2 | 278.34 | 0.71 | 0.47 |
| Hex | 8F | 23 | CC | 1E | 53 | 0 | 14 | 116 | 47 | 2F |
| Octal | 217 | 43 | 314 | 36 | 123 | 0 | 24 | 426 | 107 | 57 |
| Binary | 10001111 | 100011 | 11001100 | 11110 | 1010011 | 0 | 10100 | 100010110 | 1000111 | 101111 |
Color Harmonies of #8F23CC
Complementary color
Monochromatic Colors of #8F23CC
Black with #8F23CC
Text Example
Text Example
White with #8F23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F23CC; }
p { color: rgb(143,35,204); }
H1.HeaderClassName
{
color: #8F23CC;
}
.AnyTagClassName
{
color: #8F23CC;
}
</style>
background-color css
<style>
a { background-color: #8F23CC; }
a { background-color: rgb(143,35,204); }
div.DivClassName
{
background-color: #8F23CC;
}
.BgClassName
{
background-color: #8F23CC;
}
</style>
border-color css
<style>
span { border-color: #8F23CC; }
span { border-color: rgb(143,35,204); }
td.TdClassName
{
border-color: #8F23CC;
}
.TagClassName
{
border-color: #8F23CC;
}
</style>