Shades of Dark Orchid #8B3DCE
Tints of Dark Orchid #8B3DCE
RGB
CMYK
RGB Variations
Color information
#8B3DCE (or 0x8B3DCE) is known color: Dark Orchid. HEX triplet: 8B, 3D and CE. RGB value is (139,61,206). Sum of RGB (Red+Green+Blue) = 139+61+206=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B3DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3DCE is #74C231. Grayscale: #646464. Windows color (decimal): -7651890 or 13516171. OLE color: 13516171.
HSL color Cylindrical-coordinate representation of color #8B3DCE: hue angle of 272.28º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B3DCE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 61 | 206 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.19 |
| HSL | 272.28º | 0.6% | 0.52% | - |
| HSV(B) | 272.28º | 0.7% | 0.81% | - |
| XYZ | 23.46 | 13.28 | 59.72 | - |
| YUV | 100.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 206 | 0.33 | 0.70 | 0 | 0.19 | 272.28 | 0.6 | 0.52 |
| Hex | 8B | 3D | CE | 21 | 46 | 0 | 13 | 110 | 3C | 34 |
| Octal | 213 | 75 | 316 | 41 | 106 | 0 | 23 | 420 | 74 | 64 |
| Binary | 10001011 | 111101 | 11001110 | 100001 | 1000110 | 0 | 10011 | 100010000 | 111100 | 110100 |
Color Harmonies of #8B3DCE
Complementary color
Monochromatic Colors of #8B3DCE
Black with #8B3DCE
Text Example
Text Example
White with #8B3DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3DCE; }
p { color: rgb(139,61,206); }
H1.HeaderClassName
{
color: #8B3DCE;
}
.AnyTagClassName
{
color: #8B3DCE;
}
</style>
background-color css
<style>
a { background-color: #8B3DCE; }
a { background-color: rgb(139,61,206); }
div.DivClassName
{
background-color: #8B3DCE;
}
.BgClassName
{
background-color: #8B3DCE;
}
</style>
border-color css
<style>
span { border-color: #8B3DCE; }
span { border-color: rgb(139,61,206); }
td.TdClassName
{
border-color: #8B3DCE;
}
.TagClassName
{
border-color: #8B3DCE;
}
</style>