Shades of Dark Orchid #8B39CE
Tints of Dark Orchid #8B39CE
RGB
CMYK
RGB Variations
Color information
#8B39CE (or 0x8B39CE) is known color: Dark Orchid. HEX triplet: 8B, 39 and CE. RGB value is (139,57,206). Sum of RGB (Red+Green+Blue) = 139+57+206=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B39CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B39CE is #74C631. Grayscale: #616161. Windows color (decimal): -7652914 or 13515147. OLE color: 13515147.
HSL color Cylindrical-coordinate representation of color #8B39CE: hue angle of 273.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B39CE is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 57 | 206 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.19 |
| HSL | 273.02º | 0.6% | 0.52% | - |
| HSV(B) | 273.02º | 0.72% | 0.81% | - |
| XYZ | 23.25 | 12.87 | 59.65 | - |
| YUV | 98.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 206 | 0.33 | 0.72 | 0 | 0.19 | 273.02 | 0.6 | 0.52 |
| Hex | 8B | 39 | CE | 21 | 48 | 0 | 13 | 111 | 3C | 34 |
| Octal | 213 | 71 | 316 | 41 | 110 | 0 | 23 | 421 | 74 | 64 |
| Binary | 10001011 | 111001 | 11001110 | 100001 | 1001000 | 0 | 10011 | 100010001 | 111100 | 110100 |
Color Harmonies of #8B39CE
Complementary color
Monochromatic Colors of #8B39CE
Black with #8B39CE
Text Example
Text Example
White with #8B39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B39CE; }
p { color: rgb(139,57,206); }
H1.HeaderClassName
{
color: #8B39CE;
}
.AnyTagClassName
{
color: #8B39CE;
}
</style>
background-color css
<style>
a { background-color: #8B39CE; }
a { background-color: rgb(139,57,206); }
div.DivClassName
{
background-color: #8B39CE;
}
.BgClassName
{
background-color: #8B39CE;
}
</style>
border-color css
<style>
span { border-color: #8B39CE; }
span { border-color: rgb(139,57,206); }
td.TdClassName
{
border-color: #8B39CE;
}
.TagClassName
{
border-color: #8B39CE;
}
</style>