Shades of Dark Orchid #8B36C6
Tints of Dark Orchid #8B36C6
RGB
CMYK
RGB Variations
Color information
#8B36C6 (or 0x8B36C6) is known color: Dark Orchid. HEX triplet: 8B, 36 and C6. RGB value is (139,54,198). Sum of RGB (Red+Green+Blue) = 139+54+198=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B36C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B36C6 is #74C939. Grayscale: #5F5F5F. Windows color (decimal): -7653690 or 12990091. OLE color: 12990091.
HSL color Cylindrical-coordinate representation of color #8B36C6: hue angle of 275.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B36C6 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 54 | 198 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.22 |
| HSL | 275.42º | 0.57% | 0.49% | - |
| HSV(B) | 275.42º | 0.73% | 0.78% | - |
| XYZ | 22.16 | 12.2 | 54.61 | - |
| YUV | 95.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 198 | 0.30 | 0.73 | 0 | 0.22 | 275.42 | 0.57 | 0.49 |
| Hex | 8B | 36 | C6 | 1E | 49 | 0 | 16 | 113 | 39 | 31 |
| Octal | 213 | 66 | 306 | 36 | 111 | 0 | 26 | 423 | 71 | 61 |
| Binary | 10001011 | 110110 | 11000110 | 11110 | 1001001 | 0 | 10110 | 100010011 | 111001 | 110001 |
Color Harmonies of #8B36C6
Complementary color
Monochromatic Colors of #8B36C6
Black with #8B36C6
Text Example
Text Example
White with #8B36C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B36C6; }
p { color: rgb(139,54,198); }
H1.HeaderClassName
{
color: #8B36C6;
}
.AnyTagClassName
{
color: #8B36C6;
}
</style>
background-color css
<style>
a { background-color: #8B36C6; }
a { background-color: rgb(139,54,198); }
div.DivClassName
{
background-color: #8B36C6;
}
.BgClassName
{
background-color: #8B36C6;
}
</style>
border-color css
<style>
span { border-color: #8B36C6; }
span { border-color: rgb(139,54,198); }
td.TdClassName
{
border-color: #8B36C6;
}
.TagClassName
{
border-color: #8B36C6;
}
</style>