Shades of Dark Orchid #8C3CBE
Tints of Dark Orchid #8C3CBE
RGB
CMYK
RGB Variations
Color information
#8C3CBE (or 0x8C3CBE) is known color: Dark Orchid. HEX triplet: 8C, 3C and BE. RGB value is (140,60,190). Sum of RGB (Red+Green+Blue) = 140+60+190=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CBE is #73C341. Grayscale: #626262. Windows color (decimal): -7586626 or 12467340. OLE color: 12467340.
HSL color Cylindrical-coordinate representation of color #8C3CBE: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C3CBE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 60 | 190 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.25 |
| HSL | 276.92º | 0.52% | 0.49% | - |
| HSV(B) | 276.92º | 0.68% | 0.75% | - |
| XYZ | 21.73 | 12.52 | 49.99 | - |
| YUV | 98.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 190 | 0.26 | 0.68 | 0 | 0.25 | 276.92 | 0.52 | 0.49 |
| Hex | 8C | 3C | BE | 1A | 44 | 0 | 19 | 115 | 34 | 31 |
| Octal | 214 | 74 | 276 | 32 | 104 | 0 | 31 | 425 | 64 | 61 |
| Binary | 10001100 | 111100 | 10111110 | 11010 | 1000100 | 0 | 11001 | 100010101 | 110100 | 110001 |
Color Harmonies of #8C3CBE
Complementary color
Monochromatic Colors of #8C3CBE
Black with #8C3CBE
Text Example
Text Example
White with #8C3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3CBE; }
p { color: rgb(140,60,190); }
H1.HeaderClassName
{
color: #8C3CBE;
}
.AnyTagClassName
{
color: #8C3CBE;
}
</style>
background-color css
<style>
a { background-color: #8C3CBE; }
a { background-color: rgb(140,60,190); }
div.DivClassName
{
background-color: #8C3CBE;
}
.BgClassName
{
background-color: #8C3CBE;
}
</style>
border-color css
<style>
span { border-color: #8C3CBE; }
span { border-color: rgb(140,60,190); }
td.TdClassName
{
border-color: #8C3CBE;
}
.TagClassName
{
border-color: #8C3CBE;
}
</style>