Shades of Dark Orchid #803AC2
Tints of Dark Orchid #803AC2
RGB
CMYK
RGB Variations
Color information
#803AC2 (or 0x803AC2) is known color: Dark Orchid. HEX triplet: 80, 3A and C2. RGB value is (128,58,194). Sum of RGB (Red+Green+Blue) = 128+58+194=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 194 (76.17% from 255 or 51.05% from 380); Max value from RGB is 194 - color contains mainly: blue. Hex color #803AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803AC2 is #7FC53D. Grayscale: #5D5D5D. Windows color (decimal): -8373566 or 12728960. OLE color: 12728960.
HSL color Cylindrical-coordinate representation of color #803AC2: hue angle of 270.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803AC2 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 58 | 194 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.24 |
| HSL | 270.88º | 0.54% | 0.49% | - |
| HSV(B) | 270.88º | 0.7% | 0.76% | - |
| XYZ | 20.15 | 11.51 | 52.2 | - |
| YUV | 94.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 194 | 0.34 | 0.70 | 0 | 0.24 | 270.88 | 0.54 | 0.49 |
| Hex | 80 | 3A | C2 | 22 | 46 | 0 | 18 | 10F | 36 | 31 |
| Octal | 200 | 72 | 302 | 42 | 106 | 0 | 30 | 417 | 66 | 61 |
| Binary | 10000000 | 111010 | 11000010 | 100010 | 1000110 | 0 | 11000 | 100001111 | 110110 | 110001 |
Color Harmonies of #803AC2
Complementary color
Monochromatic Colors of #803AC2
Black with #803AC2
Text Example
Text Example
White with #803AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AC2; }
p { color: rgb(128,58,194); }
H1.HeaderClassName
{
color: #803AC2;
}
.AnyTagClassName
{
color: #803AC2;
}
</style>
background-color css
<style>
a { background-color: #803AC2; }
a { background-color: rgb(128,58,194); }
div.DivClassName
{
background-color: #803AC2;
}
.BgClassName
{
background-color: #803AC2;
}
</style>
border-color css
<style>
span { border-color: #803AC2; }
span { border-color: rgb(128,58,194); }
td.TdClassName
{
border-color: #803AC2;
}
.TagClassName
{
border-color: #803AC2;
}
</style>