Shades of Dark Orchid #8B3CCD
Tints of Dark Orchid #8B3CCD
RGB
CMYK
RGB Variations
Color information
#8B3CCD (or 0x8B3CCD) is known color: Dark Orchid. HEX triplet: 8B, 3C and CD. RGB value is (139,60,205). Sum of RGB (Red+Green+Blue) = 139+60+205=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3CCD is #74C332. Grayscale: #636363. Windows color (decimal): -7652147 or 13450379. OLE color: 13450379.
HSL color Cylindrical-coordinate representation of color #8B3CCD: hue angle of 272.69º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B3CCD is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 60 | 205 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.20 |
| HSL | 272.69º | 0.59% | 0.52% | - |
| HSV(B) | 272.69º | 0.71% | 0.8% | - |
| XYZ | 23.28 | 13.13 | 59.06 | - |
| YUV | 100.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 60 | 205 | 0.32 | 0.71 | 0 | 0.20 | 272.69 | 0.59 | 0.52 |
| Hex | 8B | 3C | CD | 20 | 47 | 0 | 14 | 111 | 3B | 34 |
| Octal | 213 | 74 | 315 | 40 | 107 | 0 | 24 | 421 | 73 | 64 |
| Binary | 10001011 | 111100 | 11001101 | 100000 | 1000111 | 0 | 10100 | 100010001 | 111011 | 110100 |
Color Harmonies of #8B3CCD
Complementary color
Monochromatic Colors of #8B3CCD
Black with #8B3CCD
Text Example
Text Example
White with #8B3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3CCD; }
p { color: rgb(139,60,205); }
H1.HeaderClassName
{
color: #8B3CCD;
}
.AnyTagClassName
{
color: #8B3CCD;
}
</style>
background-color css
<style>
a { background-color: #8B3CCD; }
a { background-color: rgb(139,60,205); }
div.DivClassName
{
background-color: #8B3CCD;
}
.BgClassName
{
background-color: #8B3CCD;
}
</style>
border-color css
<style>
span { border-color: #8B3CCD; }
span { border-color: rgb(139,60,205); }
td.TdClassName
{
border-color: #8B3CCD;
}
.TagClassName
{
border-color: #8B3CCD;
}
</style>