Shades of Dark Orchid #8F23BE
Tints of Dark Orchid #8F23BE
RGB
CMYK
RGB Variations
Color information
#8F23BE (or 0x8F23BE) is known color: Dark Orchid. HEX triplet: 8F, 23 and BE. RGB value is (143,35,190). Sum of RGB (Red+Green+Blue) = 143+35+190=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F23BE is #70DC41. Grayscale: #545454. Windows color (decimal): -7396418 or 12460943. OLE color: 12460943.
HSL color Cylindrical-coordinate representation of color #8F23BE: hue angle of 281.81º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F23BE is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 35 | 190 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.25 |
| HSL | 281.81º | 0.69% | 0.44% | - |
| HSV(B) | 281.81º | 0.82% | 0.75% | - |
| XYZ | 21.22 | 10.76 | 49.67 | - |
| YUV | 84.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 190 | 0.25 | 0.82 | 0 | 0.25 | 281.81 | 0.69 | 0.44 |
| Hex | 8F | 23 | BE | 19 | 52 | 0 | 19 | 11A | 45 | 2C |
| Octal | 217 | 43 | 276 | 31 | 122 | 0 | 31 | 432 | 105 | 54 |
| Binary | 10001111 | 100011 | 10111110 | 11001 | 1010010 | 0 | 11001 | 100011010 | 1000101 | 101100 |
Color Harmonies of #8F23BE
Complementary color
Monochromatic Colors of #8F23BE
Black with #8F23BE
Text Example
Text Example
White with #8F23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F23BE; }
p { color: rgb(143,35,190); }
H1.HeaderClassName
{
color: #8F23BE;
}
.AnyTagClassName
{
color: #8F23BE;
}
</style>
background-color css
<style>
a { background-color: #8F23BE; }
a { background-color: rgb(143,35,190); }
div.DivClassName
{
background-color: #8F23BE;
}
.BgClassName
{
background-color: #8F23BE;
}
</style>
border-color css
<style>
span { border-color: #8F23BE; }
span { border-color: rgb(143,35,190); }
td.TdClassName
{
border-color: #8F23BE;
}
.TagClassName
{
border-color: #8F23BE;
}
</style>