Shades of Dark Orchid #8B38BE
Tints of Dark Orchid #8B38BE
RGB
CMYK
RGB Variations
Color information
#8B38BE (or 0x8B38BE) is known color: Dark Orchid. HEX triplet: 8B, 38 and BE. RGB value is (139,56,190). Sum of RGB (Red+Green+Blue) = 139+56+190=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B38BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38BE is #74C741. Grayscale: #5F5F5F. Windows color (decimal): -7653186 or 12466315. OLE color: 12466315.
HSL color Cylindrical-coordinate representation of color #8B38BE: hue angle of 277.16º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B38BE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 56 | 190 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.25 |
| HSL | 277.16º | 0.54% | 0.48% | - |
| HSV(B) | 277.16º | 0.71% | 0.75% | - |
| XYZ | 21.36 | 12.04 | 49.91 | - |
| YUV | 96.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 56 | 190 | 0.27 | 0.71 | 0 | 0.25 | 277.16 | 0.54 | 0.48 |
| Hex | 8B | 38 | BE | 1B | 47 | 0 | 19 | 115 | 36 | 30 |
| Octal | 213 | 70 | 276 | 33 | 107 | 0 | 31 | 425 | 66 | 60 |
| Binary | 10001011 | 111000 | 10111110 | 11011 | 1000111 | 0 | 11001 | 100010101 | 110110 | 110000 |
Color Harmonies of #8B38BE
Complementary color
Monochromatic Colors of #8B38BE
Black with #8B38BE
Text Example
Text Example
White with #8B38BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B38BE; }
p { color: rgb(139,56,190); }
H1.HeaderClassName
{
color: #8B38BE;
}
.AnyTagClassName
{
color: #8B38BE;
}
</style>
background-color css
<style>
a { background-color: #8B38BE; }
a { background-color: rgb(139,56,190); }
div.DivClassName
{
background-color: #8B38BE;
}
.BgClassName
{
background-color: #8B38BE;
}
</style>
border-color css
<style>
span { border-color: #8B38BE; }
span { border-color: rgb(139,56,190); }
td.TdClassName
{
border-color: #8B38BE;
}
.TagClassName
{
border-color: #8B38BE;
}
</style>