Shades of Dark Orchid #8D43CB
Tints of Dark Orchid #8D43CB
RGB
CMYK
RGB Variations
Color information
#8D43CB (or 0x8D43CB) is known color: Dark Orchid. HEX triplet: 8D, 43 and CB. RGB value is (141,67,203). Sum of RGB (Red+Green+Blue) = 141+67+203=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D43CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D43CB is #72BC34. Grayscale: #686868. Windows color (decimal): -7519285 or 13321101. OLE color: 13321101.
HSL color Cylindrical-coordinate representation of color #8D43CB: hue angle of 272.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D43CB is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 67 | 203 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.20 |
| HSL | 272.65º | 0.57% | 0.53% | - |
| HSV(B) | 272.65º | 0.67% | 0.8% | - |
| XYZ | 23.77 | 13.99 | 57.95 | - |
| YUV | 104.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 203 | 0.31 | 0.67 | 0 | 0.20 | 272.65 | 0.57 | 0.53 |
| Hex | 8D | 43 | CB | 1F | 43 | 0 | 14 | 111 | 39 | 35 |
| Octal | 215 | 103 | 313 | 37 | 103 | 0 | 24 | 421 | 71 | 65 |
| Binary | 10001101 | 1000011 | 11001011 | 11111 | 1000011 | 0 | 10100 | 100010001 | 111001 | 110101 |
Color Harmonies of #8D43CB
Complementary color
Monochromatic Colors of #8D43CB
Black with #8D43CB
Text Example
Text Example
White with #8D43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D43CB; }
p { color: rgb(141,67,203); }
H1.HeaderClassName
{
color: #8D43CB;
}
.AnyTagClassName
{
color: #8D43CB;
}
</style>
background-color css
<style>
a { background-color: #8D43CB; }
a { background-color: rgb(141,67,203); }
div.DivClassName
{
background-color: #8D43CB;
}
.BgClassName
{
background-color: #8D43CB;
}
</style>
border-color css
<style>
span { border-color: #8D43CB; }
span { border-color: rgb(141,67,203); }
td.TdClassName
{
border-color: #8D43CB;
}
.TagClassName
{
border-color: #8D43CB;
}
</style>