Shades of Dark Orchid #8D3FCB
Tints of Dark Orchid #8D3FCB
RGB
CMYK
RGB Variations
Color information
#8D3FCB (or 0x8D3FCB) is known color: Dark Orchid. HEX triplet: 8D, 3F and CB. RGB value is (141,63,203). Sum of RGB (Red+Green+Blue) = 141+63+203=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3FCB is #72C034. Grayscale: #656565. Windows color (decimal): -7520309 or 13320077. OLE color: 13320077.
HSL color Cylindrical-coordinate representation of color #8D3FCB: hue angle of 273.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D3FCB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 63 | 203 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.20 |
| HSL | 273.43º | 0.57% | 0.52% | - |
| HSV(B) | 273.43º | 0.69% | 0.8% | - |
| XYZ | 23.54 | 13.53 | 57.87 | - |
| YUV | 102.28 | 184.84 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 203 | 0.31 | 0.69 | 0 | 0.20 | 273.43 | 0.57 | 0.52 |
| Hex | 8D | 3F | CB | 1F | 45 | 0 | 14 | 111 | 39 | 34 |
| Octal | 215 | 77 | 313 | 37 | 105 | 0 | 24 | 421 | 71 | 64 |
| Binary | 10001101 | 111111 | 11001011 | 11111 | 1000101 | 0 | 10100 | 100010001 | 111001 | 110100 |
Color Harmonies of #8D3FCB
Complementary color
Monochromatic Colors of #8D3FCB
Black with #8D3FCB
Text Example
Text Example
White with #8D3FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FCB; }
p { color: rgb(141,63,203); }
H1.HeaderClassName
{
color: #8D3FCB;
}
.AnyTagClassName
{
color: #8D3FCB;
}
</style>
background-color css
<style>
a { background-color: #8D3FCB; }
a { background-color: rgb(141,63,203); }
div.DivClassName
{
background-color: #8D3FCB;
}
.BgClassName
{
background-color: #8D3FCB;
}
</style>
border-color css
<style>
span { border-color: #8D3FCB; }
span { border-color: rgb(141,63,203); }
td.TdClassName
{
border-color: #8D3FCB;
}
.TagClassName
{
border-color: #8D3FCB;
}
</style>