Shades of Dark Orchid #8B38BC
Tints of Dark Orchid #8B38BC
RGB
CMYK
RGB Variations
Color information
#8B38BC (or 0x8B38BC) is known color: Dark Orchid. HEX triplet: 8B, 38 and BC. RGB value is (139,56,188). Sum of RGB (Red+Green+Blue) = 139+56+188=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38BC is #74C743. Grayscale: #5F5F5F. Windows color (decimal): -7653188 or 12335243. OLE color: 12335243.
HSL color Cylindrical-coordinate representation of color #8B38BC: hue angle of 277.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B38BC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 56 | 188 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.26 |
| HSL | 277.73º | 0.54% | 0.48% | - |
| HSV(B) | 277.73º | 0.7% | 0.74% | - |
| XYZ | 21.14 | 11.95 | 48.77 | - |
| YUV | 95.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 188 | 0.26 | 0.70 | 0 | 0.26 | 277.73 | 0.54 | 0.48 |
| Hex | 8B | 38 | BC | 1A | 46 | 0 | 1A | 116 | 36 | 30 |
| Octal | 213 | 70 | 274 | 32 | 106 | 0 | 32 | 426 | 66 | 60 |
| Binary | 10001011 | 111000 | 10111100 | 11010 | 1000110 | 0 | 11010 | 100010110 | 110110 | 110000 |
Color Harmonies of #8B38BC
Complementary color
Monochromatic Colors of #8B38BC
Black with #8B38BC
Text Example
Text Example
White with #8B38BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B38BC; }
p { color: rgb(139,56,188); }
H1.HeaderClassName
{
color: #8B38BC;
}
.AnyTagClassName
{
color: #8B38BC;
}
</style>
background-color css
<style>
a { background-color: #8B38BC; }
a { background-color: rgb(139,56,188); }
div.DivClassName
{
background-color: #8B38BC;
}
.BgClassName
{
background-color: #8B38BC;
}
</style>
border-color css
<style>
span { border-color: #8B38BC; }
span { border-color: rgb(139,56,188); }
td.TdClassName
{
border-color: #8B38BC;
}
.TagClassName
{
border-color: #8B38BC;
}
</style>