Shades of Dark Orchid #8D23BD
Tints of Dark Orchid #8D23BD
RGB
CMYK
RGB Variations
Color information
#8D23BD (or 0x8D23BD) is known color: Dark Orchid. HEX triplet: 8D, 23 and BD. RGB value is (141,35,189). Sum of RGB (Red+Green+Blue) = 141+35+189=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D23BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D23BD is #72DC42. Grayscale: #535353. Windows color (decimal): -7527491 or 12395405. OLE color: 12395405.
HSL color Cylindrical-coordinate representation of color #8D23BD: hue angle of 281.3º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D23BD is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 35 | 189 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.26 |
| HSL | 281.3º | 0.69% | 0.44% | - |
| HSV(B) | 281.3º | 0.81% | 0.74% | - |
| XYZ | 20.77 | 10.54 | 49.08 | - |
| YUV | 84.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 35 | 189 | 0.25 | 0.81 | 0 | 0.26 | 281.3 | 0.69 | 0.44 |
| Hex | 8D | 23 | BD | 19 | 51 | 0 | 1A | 119 | 45 | 2C |
| Octal | 215 | 43 | 275 | 31 | 121 | 0 | 32 | 431 | 105 | 54 |
| Binary | 10001101 | 100011 | 10111101 | 11001 | 1010001 | 0 | 11010 | 100011001 | 1000101 | 101100 |
Color Harmonies of #8D23BD
Complementary color
Monochromatic Colors of #8D23BD
Black with #8D23BD
Text Example
Text Example
White with #8D23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D23BD; }
p { color: rgb(141,35,189); }
H1.HeaderClassName
{
color: #8D23BD;
}
.AnyTagClassName
{
color: #8D23BD;
}
</style>
background-color css
<style>
a { background-color: #8D23BD; }
a { background-color: rgb(141,35,189); }
div.DivClassName
{
background-color: #8D23BD;
}
.BgClassName
{
background-color: #8D23BD;
}
</style>
border-color css
<style>
span { border-color: #8D23BD; }
span { border-color: rgb(141,35,189); }
td.TdClassName
{
border-color: #8D23BD;
}
.TagClassName
{
border-color: #8D23BD;
}
</style>