Shades of Dark Orchid #8039C9
Tints of Dark Orchid #8039C9
RGB
CMYK
RGB Variations
Color information
#8039C9 (or 0x8039C9) is known color: Dark Orchid. HEX triplet: 80, 39 and C9. RGB value is (128,57,201). Sum of RGB (Red+Green+Blue) = 128+57+201=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #8039C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8039C9 is #7FC636. Grayscale: #5E5E5E. Windows color (decimal): -8373815 or 13187456. OLE color: 13187456.
HSL color Cylindrical-coordinate representation of color #8039C9: hue angle of 269.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8039C9 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 57 | 201 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.21 |
| HSL | 269.58º | 0.57% | 0.51% | - |
| HSV(B) | 269.58º | 0.72% | 0.79% | - |
| XYZ | 20.91 | 11.73 | 56.42 | - |
| YUV | 94.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 201 | 0.36 | 0.72 | 0 | 0.21 | 269.58 | 0.57 | 0.51 |
| Hex | 80 | 39 | C9 | 24 | 48 | 0 | 15 | 10E | 39 | 33 |
| Octal | 200 | 71 | 311 | 44 | 110 | 0 | 25 | 416 | 71 | 63 |
| Binary | 10000000 | 111001 | 11001001 | 100100 | 1001000 | 0 | 10101 | 100001110 | 111001 | 110011 |
Color Harmonies of #8039C9
Complementary color
Monochromatic Colors of #8039C9
Black with #8039C9
Text Example
Text Example
White with #8039C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039C9; }
p { color: rgb(128,57,201); }
H1.HeaderClassName
{
color: #8039C9;
}
.AnyTagClassName
{
color: #8039C9;
}
</style>
background-color css
<style>
a { background-color: #8039C9; }
a { background-color: rgb(128,57,201); }
div.DivClassName
{
background-color: #8039C9;
}
.BgClassName
{
background-color: #8039C9;
}
</style>
border-color css
<style>
span { border-color: #8039C9; }
span { border-color: rgb(128,57,201); }
td.TdClassName
{
border-color: #8039C9;
}
.TagClassName
{
border-color: #8039C9;
}
</style>