Shades of Dark Orchid #8D39CB
Tints of Dark Orchid #8D39CB
RGB
CMYK
RGB Variations
Color information
#8D39CB (or 0x8D39CB) is known color: Dark Orchid. HEX triplet: 8D, 39 and CB. RGB value is (141,57,203). Sum of RGB (Red+Green+Blue) = 141+57+203=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D39CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39CB is #72C634. Grayscale: #626262. Windows color (decimal): -7521845 or 13318541. OLE color: 13318541.
HSL color Cylindrical-coordinate representation of color #8D39CB: hue angle of 274.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D39CB is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 57 | 203 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.20 |
| HSL | 274.52º | 0.58% | 0.51% | - |
| HSV(B) | 274.52º | 0.72% | 0.8% | - |
| XYZ | 23.23 | 12.9 | 57.77 | - |
| YUV | 98.76 | 186.83 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 57 | 203 | 0.31 | 0.72 | 0 | 0.20 | 274.52 | 0.58 | 0.51 |
| Hex | 8D | 39 | CB | 1F | 48 | 0 | 14 | 113 | 3A | 33 |
| Octal | 215 | 71 | 313 | 37 | 110 | 0 | 24 | 423 | 72 | 63 |
| Binary | 10001101 | 111001 | 11001011 | 11111 | 1001000 | 0 | 10100 | 100010011 | 111010 | 110011 |
Color Harmonies of #8D39CB
Complementary color
Monochromatic Colors of #8D39CB
Black with #8D39CB
Text Example
Text Example
White with #8D39CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D39CB; }
p { color: rgb(141,57,203); }
H1.HeaderClassName
{
color: #8D39CB;
}
.AnyTagClassName
{
color: #8D39CB;
}
</style>
background-color css
<style>
a { background-color: #8D39CB; }
a { background-color: rgb(141,57,203); }
div.DivClassName
{
background-color: #8D39CB;
}
.BgClassName
{
background-color: #8D39CB;
}
</style>
border-color css
<style>
span { border-color: #8D39CB; }
span { border-color: rgb(141,57,203); }
td.TdClassName
{
border-color: #8D39CB;
}
.TagClassName
{
border-color: #8D39CB;
}
</style>