Shades of Dark Orchid #8B30CE
Tints of Dark Orchid #8B30CE
RGB
CMYK
RGB Variations
Color information
#8B30CE (or 0x8B30CE) is known color: Dark Orchid. HEX triplet: 8B, 30 and CE. RGB value is (139,48,206). Sum of RGB (Red+Green+Blue) = 139+48+206=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B30CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B30CE is #74CF31. Grayscale: #5C5C5C. Windows color (decimal): -7655218 or 13512843. OLE color: 13512843.
HSL color Cylindrical-coordinate representation of color #8B30CE: hue angle of 274.56º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B30CE is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 48 | 206 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.19 |
| HSL | 274.56º | 0.62% | 0.5% | - |
| HSV(B) | 274.56º | 0.77% | 0.81% | - |
| XYZ | 22.84 | 12.06 | 59.52 | - |
| YUV | 93.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 48 | 206 | 0.33 | 0.77 | 0 | 0.19 | 274.56 | 0.62 | 0.5 |
| Hex | 8B | 30 | CE | 21 | 4D | 0 | 13 | 113 | 3E | 32 |
| Octal | 213 | 60 | 316 | 41 | 115 | 0 | 23 | 423 | 76 | 62 |
| Binary | 10001011 | 110000 | 11001110 | 100001 | 1001101 | 0 | 10011 | 100010011 | 111110 | 110010 |
Color Harmonies of #8B30CE
Complementary color
Monochromatic Colors of #8B30CE
Black with #8B30CE
Text Example
Text Example
White with #8B30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B30CE; }
p { color: rgb(139,48,206); }
H1.HeaderClassName
{
color: #8B30CE;
}
.AnyTagClassName
{
color: #8B30CE;
}
</style>
background-color css
<style>
a { background-color: #8B30CE; }
a { background-color: rgb(139,48,206); }
div.DivClassName
{
background-color: #8B30CE;
}
.BgClassName
{
background-color: #8B30CE;
}
</style>
border-color css
<style>
span { border-color: #8B30CE; }
span { border-color: rgb(139,48,206); }
td.TdClassName
{
border-color: #8B30CE;
}
.TagClassName
{
border-color: #8B30CE;
}
</style>