Shades of Dark Orchid #843ABC
Tints of Dark Orchid #843ABC
RGB
CMYK
RGB Variations
Color information
#843ABC (or 0x843ABC) is known color: Dark Orchid. HEX triplet: 84, 3A and BC. RGB value is (132,58,188). Sum of RGB (Red+Green+Blue) = 132+58+188=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #843ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ABC is #7BC543. Grayscale: #5E5E5E. Windows color (decimal): -8111428 or 12335748. OLE color: 12335748.
HSL color Cylindrical-coordinate representation of color #843ABC: hue angle of 274.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843ABC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 58 | 188 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.26 |
| HSL | 274.15º | 0.53% | 0.48% | - |
| HSV(B) | 274.15º | 0.69% | 0.74% | - |
| XYZ | 20.11 | 11.56 | 48.75 | - |
| YUV | 94.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 188 | 0.30 | 0.69 | 0 | 0.26 | 274.15 | 0.53 | 0.48 |
| Hex | 84 | 3A | BC | 1E | 45 | 0 | 1A | 112 | 35 | 30 |
| Octal | 204 | 72 | 274 | 36 | 105 | 0 | 32 | 422 | 65 | 60 |
| Binary | 10000100 | 111010 | 10111100 | 11110 | 1000101 | 0 | 11010 | 100010010 | 110101 | 110000 |
Color Harmonies of #843ABC
Complementary color
Monochromatic Colors of #843ABC
Black with #843ABC
Text Example
Text Example
White with #843ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843ABC; }
p { color: rgb(132,58,188); }
H1.HeaderClassName
{
color: #843ABC;
}
.AnyTagClassName
{
color: #843ABC;
}
</style>
background-color css
<style>
a { background-color: #843ABC; }
a { background-color: rgb(132,58,188); }
div.DivClassName
{
background-color: #843ABC;
}
.BgClassName
{
background-color: #843ABC;
}
</style>
border-color css
<style>
span { border-color: #843ABC; }
span { border-color: rgb(132,58,188); }
td.TdClassName
{
border-color: #843ABC;
}
.TagClassName
{
border-color: #843ABC;
}
</style>