Shades of Dark Orchid #8C23BE
Tints of Dark Orchid #8C23BE
RGB
CMYK
RGB Variations
Color information
#8C23BE (or 0x8C23BE) is known color: Dark Orchid. HEX triplet: 8C, 23 and BE. RGB value is (140,35,190). Sum of RGB (Red+Green+Blue) = 140+35+190=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C23BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C23BE is #73DC41. Grayscale: #535353. Windows color (decimal): -7593026 or 12460940. OLE color: 12460940.
HSL color Cylindrical-coordinate representation of color #8C23BE: hue angle of 280.65º 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 #8C23BE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 35 | 190 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.25 |
| HSL | 280.65º | 0.69% | 0.44% | - |
| HSV(B) | 280.65º | 0.82% | 0.75% | - |
| XYZ | 20.71 | 10.5 | 49.65 | - |
| YUV | 84.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 190 | 0.26 | 0.82 | 0 | 0.25 | 280.65 | 0.69 | 0.44 |
| Hex | 8C | 23 | BE | 1A | 52 | 0 | 19 | 119 | 45 | 2C |
| Octal | 214 | 43 | 276 | 32 | 122 | 0 | 31 | 431 | 105 | 54 |
| Binary | 10001100 | 100011 | 10111110 | 11010 | 1010010 | 0 | 11001 | 100011001 | 1000101 | 101100 |
Color Harmonies of #8C23BE
Complementary color
Monochromatic Colors of #8C23BE
Black with #8C23BE
Text Example
Text Example
White with #8C23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C23BE; }
p { color: rgb(140,35,190); }
H1.HeaderClassName
{
color: #8C23BE;
}
.AnyTagClassName
{
color: #8C23BE;
}
</style>
background-color css
<style>
a { background-color: #8C23BE; }
a { background-color: rgb(140,35,190); }
div.DivClassName
{
background-color: #8C23BE;
}
.BgClassName
{
background-color: #8C23BE;
}
</style>
border-color css
<style>
span { border-color: #8C23BE; }
span { border-color: rgb(140,35,190); }
td.TdClassName
{
border-color: #8C23BE;
}
.TagClassName
{
border-color: #8C23BE;
}
</style>