Shades of Dark Orchid #8B3BCC
Tints of Dark Orchid #8B3BCC
RGB
CMYK
RGB Variations
Color information
#8B3BCC (or 0x8B3BCC) is known color: Dark Orchid. HEX triplet: 8B, 3B and CC. RGB value is (139,59,204). Sum of RGB (Red+Green+Blue) = 139+59+204=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B3BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3BCC is #74C433. Grayscale: #626262. Windows color (decimal): -7652404 or 13384587. OLE color: 13384587.
HSL color Cylindrical-coordinate representation of color #8B3BCC: hue angle of 273.1º 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 #8B3BCC is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 59 | 204 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.2 |
| HSL | 273.1º | 0.59% | 0.52% | - |
| HSV(B) | 273.1º | 0.71% | 0.8% | - |
| XYZ | 23.11 | 12.98 | 58.41 | - |
| YUV | 99.45 | 187 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 59 | 204 | 0.32 | 0.71 | 0 | 0.2 | 273.1 | 0.59 | 0.52 |
| Hex | 8B | 3B | CC | 20 | 47 | 0 | 14 | 111 | 3B | 34 |
| Octal | 213 | 73 | 314 | 40 | 107 | 0 | 24 | 421 | 73 | 64 |
| Binary | 10001011 | 111011 | 11001100 | 100000 | 1000111 | 0 | 10100 | 100010001 | 111011 | 110100 |
Color Harmonies of #8B3BCC
Complementary color
Monochromatic Colors of #8B3BCC
Black with #8B3BCC
Text Example
Text Example
White with #8B3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3BCC; }
p { color: rgb(139,59,204); }
H1.HeaderClassName
{
color: #8B3BCC;
}
.AnyTagClassName
{
color: #8B3BCC;
}
</style>
background-color css
<style>
a { background-color: #8B3BCC; }
a { background-color: rgb(139,59,204); }
div.DivClassName
{
background-color: #8B3BCC;
}
.BgClassName
{
background-color: #8B3BCC;
}
</style>
border-color css
<style>
span { border-color: #8B3BCC; }
span { border-color: rgb(139,59,204); }
td.TdClassName
{
border-color: #8B3BCC;
}
.TagClassName
{
border-color: #8B3BCC;
}
</style>