Shades of Dark Orchid #823EC9
Tints of Dark Orchid #823EC9
RGB
CMYK
RGB Variations
Color information
#823EC9 (or 0x823EC9) is known color: Dark Orchid. HEX triplet: 82, 3E and C9. RGB value is (130,62,201). Sum of RGB (Red+Green+Blue) = 130+62+201=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #823EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EC9 is #7DC136. Grayscale: #616161. Windows color (decimal): -8241463 or 13188738. OLE color: 13188738.
HSL color Cylindrical-coordinate representation of color #823EC9: hue angle of 269.35º 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 #823EC9 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 62 | 201 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.21 |
| HSL | 269.35º | 0.56% | 0.52% | - |
| HSV(B) | 269.35º | 0.69% | 0.79% | - |
| XYZ | 21.47 | 12.41 | 56.52 | - |
| YUV | 98.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 201 | 0.35 | 0.69 | 0 | 0.21 | 269.35 | 0.56 | 0.52 |
| Hex | 82 | 3E | C9 | 23 | 45 | 0 | 15 | 10D | 38 | 34 |
| Octal | 202 | 76 | 311 | 43 | 105 | 0 | 25 | 415 | 70 | 64 |
| Binary | 10000010 | 111110 | 11001001 | 100011 | 1000101 | 0 | 10101 | 100001101 | 111000 | 110100 |
Color Harmonies of #823EC9
Complementary color
Monochromatic Colors of #823EC9
Black with #823EC9
Text Example
Text Example
White with #823EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EC9; }
p { color: rgb(130,62,201); }
H1.HeaderClassName
{
color: #823EC9;
}
.AnyTagClassName
{
color: #823EC9;
}
</style>
background-color css
<style>
a { background-color: #823EC9; }
a { background-color: rgb(130,62,201); }
div.DivClassName
{
background-color: #823EC9;
}
.BgClassName
{
background-color: #823EC9;
}
</style>
border-color css
<style>
span { border-color: #823EC9; }
span { border-color: rgb(130,62,201); }
td.TdClassName
{
border-color: #823EC9;
}
.TagClassName
{
border-color: #823EC9;
}
</style>