Shades of Dark Orchid #803CC9
Tints of Dark Orchid #803CC9
RGB
CMYK
RGB Variations
Color information
#803CC9 (or 0x803CC9) is known color: Dark Orchid. HEX triplet: 80, 3C and C9. RGB value is (128,60,201). Sum of RGB (Red+Green+Blue) = 128+60+201=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #803CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CC9 is #7FC336. Grayscale: #5F5F5F. Windows color (decimal): -8373047 or 13188224. OLE color: 13188224.
HSL color Cylindrical-coordinate representation of color #803CC9: hue angle of 268.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803CC9 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 60 | 201 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.21 |
| HSL | 268.94º | 0.57% | 0.51% | - |
| HSV(B) | 268.94º | 0.7% | 0.79% | - |
| XYZ | 21.06 | 12.04 | 56.47 | - |
| YUV | 96.41 | 187.03 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 201 | 0.36 | 0.70 | 0 | 0.21 | 268.94 | 0.57 | 0.51 |
| Hex | 80 | 3C | C9 | 24 | 46 | 0 | 15 | 10D | 39 | 33 |
| Octal | 200 | 74 | 311 | 44 | 106 | 0 | 25 | 415 | 71 | 63 |
| Binary | 10000000 | 111100 | 11001001 | 100100 | 1000110 | 0 | 10101 | 100001101 | 111001 | 110011 |
Color Harmonies of #803CC9
Complementary color
Monochromatic Colors of #803CC9
Black with #803CC9
Text Example
Text Example
White with #803CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CC9; }
p { color: rgb(128,60,201); }
H1.HeaderClassName
{
color: #803CC9;
}
.AnyTagClassName
{
color: #803CC9;
}
</style>
background-color css
<style>
a { background-color: #803CC9; }
a { background-color: rgb(128,60,201); }
div.DivClassName
{
background-color: #803CC9;
}
.BgClassName
{
background-color: #803CC9;
}
</style>
border-color css
<style>
span { border-color: #803CC9; }
span { border-color: rgb(128,60,201); }
td.TdClassName
{
border-color: #803CC9;
}
.TagClassName
{
border-color: #803CC9;
}
</style>