Shades of Dark Orchid #823ABE
Tints of Dark Orchid #823ABE
RGB
CMYK
RGB Variations
Color information
#823ABE (or 0x823ABE) is known color: Dark Orchid. HEX triplet: 82, 3A and BE. RGB value is (130,58,190). Sum of RGB (Red+Green+Blue) = 130+58+190=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #823ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ABE is #7DC541. Grayscale: #5E5E5E. Windows color (decimal): -8242498 or 12466818. OLE color: 12466818.
HSL color Cylindrical-coordinate representation of color #823ABE: hue angle of 272.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #823ABE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 58 | 190 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.25 |
| HSL | 272.73º | 0.53% | 0.49% | - |
| HSV(B) | 272.73º | 0.69% | 0.75% | - |
| XYZ | 20.01 | 11.49 | 49.88 | - |
| YUV | 94.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 190 | 0.32 | 0.69 | 0 | 0.25 | 272.73 | 0.53 | 0.49 |
| Hex | 82 | 3A | BE | 20 | 45 | 0 | 19 | 111 | 35 | 31 |
| Octal | 202 | 72 | 276 | 40 | 105 | 0 | 31 | 421 | 65 | 61 |
| Binary | 10000010 | 111010 | 10111110 | 100000 | 1000101 | 0 | 11001 | 100010001 | 110101 | 110001 |
Color Harmonies of #823ABE
Complementary color
Monochromatic Colors of #823ABE
Black with #823ABE
Text Example
Text Example
White with #823ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823ABE; }
p { color: rgb(130,58,190); }
H1.HeaderClassName
{
color: #823ABE;
}
.AnyTagClassName
{
color: #823ABE;
}
</style>
background-color css
<style>
a { background-color: #823ABE; }
a { background-color: rgb(130,58,190); }
div.DivClassName
{
background-color: #823ABE;
}
.BgClassName
{
background-color: #823ABE;
}
</style>
border-color css
<style>
span { border-color: #823ABE; }
span { border-color: rgb(130,58,190); }
td.TdClassName
{
border-color: #823ABE;
}
.TagClassName
{
border-color: #823ABE;
}
</style>