Shades of Dark Orchid #8037C9
Tints of Dark Orchid #8037C9
RGB
CMYK
RGB Variations
Color information
#8037C9 (or 0x8037C9) is known color: Dark Orchid. HEX triplet: 80, 37 and C9. RGB value is (128,55,201). Sum of RGB (Red+Green+Blue) = 128+55+201=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #8037C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8037C9 is #7FC836. Grayscale: #5C5C5C. Windows color (decimal): -8374327 or 13186944. OLE color: 13186944.
HSL color Cylindrical-coordinate representation of color #8037C9: hue angle of 270º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8037C9 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 55 | 201 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.21 |
| HSL | 270º | 0.57% | 0.5% | - |
| HSV(B) | 270º | 0.73% | 0.79% | - |
| XYZ | 20.81 | 11.54 | 56.39 | - |
| YUV | 93.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 201 | 0.36 | 0.73 | 0 | 0.21 | 270 | 0.57 | 0.5 |
| Hex | 80 | 37 | C9 | 24 | 49 | 0 | 15 | 10E | 39 | 32 |
| Octal | 200 | 67 | 311 | 44 | 111 | 0 | 25 | 416 | 71 | 62 |
| Binary | 10000000 | 110111 | 11001001 | 100100 | 1001001 | 0 | 10101 | 100001110 | 111001 | 110010 |
Color Harmonies of #8037C9
Complementary color
Monochromatic Colors of #8037C9
Black with #8037C9
Text Example
Text Example
White with #8037C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8037C9; }
p { color: rgb(128,55,201); }
H1.HeaderClassName
{
color: #8037C9;
}
.AnyTagClassName
{
color: #8037C9;
}
</style>
background-color css
<style>
a { background-color: #8037C9; }
a { background-color: rgb(128,55,201); }
div.DivClassName
{
background-color: #8037C9;
}
.BgClassName
{
background-color: #8037C9;
}
</style>
border-color css
<style>
span { border-color: #8037C9; }
span { border-color: rgb(128,55,201); }
td.TdClassName
{
border-color: #8037C9;
}
.TagClassName
{
border-color: #8037C9;
}
</style>