Shades of Dark Orchid #8B30D1
Tints of Dark Orchid #8B30D1
RGB
CMYK
RGB Variations
Color information
#8B30D1 (or 0x8B30D1) is known color: Dark Orchid. HEX triplet: 8B, 30 and D1. RGB value is (139,48,209). Sum of RGB (Red+Green+Blue) = 139+48+209=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B30D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B30D1 is #74CF2E. Grayscale: #5D5D5D. Windows color (decimal): -7655215 or 13709451. OLE color: 13709451.
HSL color Cylindrical-coordinate representation of color #8B30D1: hue angle of 273.91º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B30D1 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 48 | 209 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.18 |
| HSL | 273.91º | 0.64% | 0.5% | - |
| HSV(B) | 273.91º | 0.77% | 0.82% | - |
| XYZ | 23.21 | 12.21 | 61.45 | - |
| YUV | 93.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 209 | 0.33 | 0.77 | 0 | 0.18 | 273.91 | 0.64 | 0.5 |
| Hex | 8B | 30 | D1 | 21 | 4D | 0 | 12 | 112 | 40 | 32 |
| Octal | 213 | 60 | 321 | 41 | 115 | 0 | 22 | 422 | 100 | 62 |
| Binary | 10001011 | 110000 | 11010001 | 100001 | 1001101 | 0 | 10010 | 100010010 | 1000000 | 110010 |
Color Harmonies of #8B30D1
Complementary color
Monochromatic Colors of #8B30D1
Black with #8B30D1
Text Example
Text Example
White with #8B30D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B30D1; }
p { color: rgb(139,48,209); }
H1.HeaderClassName
{
color: #8B30D1;
}
.AnyTagClassName
{
color: #8B30D1;
}
</style>
background-color css
<style>
a { background-color: #8B30D1; }
a { background-color: rgb(139,48,209); }
div.DivClassName
{
background-color: #8B30D1;
}
.BgClassName
{
background-color: #8B30D1;
}
</style>
border-color css
<style>
span { border-color: #8B30D1; }
span { border-color: rgb(139,48,209); }
td.TdClassName
{
border-color: #8B30D1;
}
.TagClassName
{
border-color: #8B30D1;
}
</style>