Shades of Dark Orchid #823ABC
Tints of Dark Orchid #823ABC
RGB
CMYK
RGB Variations
Color information
#823ABC (or 0x823ABC) is known color: Dark Orchid. HEX triplet: 82, 3A and BC. RGB value is (130,58,188). Sum of RGB (Red+Green+Blue) = 130+58+188=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #823ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ABC is #7DC543. Grayscale: #5D5D5D. Windows color (decimal): -8242500 or 12335746. OLE color: 12335746.
HSL color Cylindrical-coordinate representation of color #823ABC: hue angle of 273.23º 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 #823ABC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 58 | 188 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.26 |
| HSL | 273.23º | 0.53% | 0.48% | - |
| HSV(B) | 273.23º | 0.69% | 0.74% | - |
| XYZ | 19.8 | 11.4 | 48.73 | - |
| YUV | 94.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 188 | 0.31 | 0.69 | 0 | 0.26 | 273.23 | 0.53 | 0.48 |
| Hex | 82 | 3A | BC | 1F | 45 | 0 | 1A | 111 | 35 | 30 |
| Octal | 202 | 72 | 274 | 37 | 105 | 0 | 32 | 421 | 65 | 60 |
| Binary | 10000010 | 111010 | 10111100 | 11111 | 1000101 | 0 | 11010 | 100010001 | 110101 | 110000 |
Color Harmonies of #823ABC
Complementary color
Monochromatic Colors of #823ABC
Black with #823ABC
Text Example
Text Example
White with #823ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823ABC; }
p { color: rgb(130,58,188); }
H1.HeaderClassName
{
color: #823ABC;
}
.AnyTagClassName
{
color: #823ABC;
}
</style>
background-color css
<style>
a { background-color: #823ABC; }
a { background-color: rgb(130,58,188); }
div.DivClassName
{
background-color: #823ABC;
}
.BgClassName
{
background-color: #823ABC;
}
</style>
border-color css
<style>
span { border-color: #823ABC; }
span { border-color: rgb(130,58,188); }
td.TdClassName
{
border-color: #823ABC;
}
.TagClassName
{
border-color: #823ABC;
}
</style>