Shades of Dark Orchid #803FC9
Tints of Dark Orchid #803FC9
RGB
CMYK
RGB Variations
Color information
#803FC9 (or 0x803FC9) is known color: Dark Orchid. HEX triplet: 80, 3F and C9. RGB value is (128,63,201). Sum of RGB (Red+Green+Blue) = 128+63+201=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #803FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FC9 is #7FC036. Grayscale: #616161. Windows color (decimal): -8372279 or 13188992. OLE color: 13188992.
HSL color Cylindrical-coordinate representation of color #803FC9: hue angle of 268.26º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803FC9 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 63 | 201 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.21 |
| HSL | 268.26º | 0.56% | 0.52% | - |
| HSV(B) | 268.26º | 0.69% | 0.79% | - |
| XYZ | 21.22 | 12.36 | 56.53 | - |
| YUV | 98.17 | 186.03 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 201 | 0.36 | 0.69 | 0 | 0.21 | 268.26 | 0.56 | 0.52 |
| Hex | 80 | 3F | C9 | 24 | 45 | 0 | 15 | 10C | 38 | 34 |
| Octal | 200 | 77 | 311 | 44 | 105 | 0 | 25 | 414 | 70 | 64 |
| Binary | 10000000 | 111111 | 11001001 | 100100 | 1000101 | 0 | 10101 | 100001100 | 111000 | 110100 |
Color Harmonies of #803FC9
Complementary color
Monochromatic Colors of #803FC9
Black with #803FC9
Text Example
Text Example
White with #803FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FC9; }
p { color: rgb(128,63,201); }
H1.HeaderClassName
{
color: #803FC9;
}
.AnyTagClassName
{
color: #803FC9;
}
</style>
background-color css
<style>
a { background-color: #803FC9; }
a { background-color: rgb(128,63,201); }
div.DivClassName
{
background-color: #803FC9;
}
.BgClassName
{
background-color: #803FC9;
}
</style>
border-color css
<style>
span { border-color: #803FC9; }
span { border-color: rgb(128,63,201); }
td.TdClassName
{
border-color: #803FC9;
}
.TagClassName
{
border-color: #803FC9;
}
</style>