Shades of Dark Orchid #8B1CC9
Tints of Dark Orchid #8B1CC9
RGB
CMYK
RGB Variations
Color information
#8B1CC9 (or 0x8B1CC9) is known color: Dark Orchid. HEX triplet: 8B, 1C and C9. RGB value is (139,28,201). Sum of RGB (Red+Green+Blue) = 139+28+201=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 201 (78.91% from 255 or 54.62% from 368); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B1CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1CC9 is #74E336. Grayscale: #505050. Windows color (decimal): -7660343 or 13180043. OLE color: 13180043.
HSL color Cylindrical-coordinate representation of color #8B1CC9: hue angle of 278.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1CC9 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 28 | 201 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.21 |
| HSL | 278.5º | 0.76% | 0.45% | - |
| HSV(B) | 278.5º | 0.86% | 0.79% | - |
| XYZ | 21.61 | 10.54 | 56.15 | - |
| YUV | 80.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 201 | 0.31 | 0.86 | 0 | 0.21 | 278.5 | 0.76 | 0.45 |
| Hex | 8B | 1C | C9 | 1F | 56 | 0 | 15 | 116 | 4C | 2D |
| Octal | 213 | 34 | 311 | 37 | 126 | 0 | 25 | 426 | 114 | 55 |
| Binary | 10001011 | 11100 | 11001001 | 11111 | 1010110 | 0 | 10101 | 100010110 | 1001100 | 101101 |
Color Harmonies of #8B1CC9
Complementary color
Monochromatic Colors of #8B1CC9
Black with #8B1CC9
Text Example
Text Example
White with #8B1CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1CC9; }
p { color: rgb(139,28,201); }
H1.HeaderClassName
{
color: #8B1CC9;
}
.AnyTagClassName
{
color: #8B1CC9;
}
</style>
background-color css
<style>
a { background-color: #8B1CC9; }
a { background-color: rgb(139,28,201); }
div.DivClassName
{
background-color: #8B1CC9;
}
.BgClassName
{
background-color: #8B1CC9;
}
</style>
border-color css
<style>
span { border-color: #8B1CC9; }
span { border-color: rgb(139,28,201); }
td.TdClassName
{
border-color: #8B1CC9;
}
.TagClassName
{
border-color: #8B1CC9;
}
</style>