Shades of Dark Orchid #823FBC
Tints of Dark Orchid #823FBC
RGB
CMYK
RGB Variations
Color information
#823FBC (or 0x823FBC) is known color: Dark Orchid. HEX triplet: 82, 3F and BC. RGB value is (130,63,188). Sum of RGB (Red+Green+Blue) = 130+63+188=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #823FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FBC is #7DC043. Grayscale: #606060. Windows color (decimal): -8241220 or 12337026. OLE color: 12337026.
HSL color Cylindrical-coordinate representation of color #823FBC: hue angle of 272.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823FBC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 63 | 188 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.26 |
| HSL | 272.16º | 0.5% | 0.49% | - |
| HSV(B) | 272.16º | 0.66% | 0.74% | - |
| XYZ | 20.06 | 11.93 | 48.82 | - |
| YUV | 97.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 188 | 0.31 | 0.66 | 0 | 0.26 | 272.16 | 0.5 | 0.49 |
| Hex | 82 | 3F | BC | 1F | 42 | 0 | 1A | 110 | 32 | 31 |
| Octal | 202 | 77 | 274 | 37 | 102 | 0 | 32 | 420 | 62 | 61 |
| Binary | 10000010 | 111111 | 10111100 | 11111 | 1000010 | 0 | 11010 | 100010000 | 110010 | 110001 |
Color Harmonies of #823FBC
Complementary color
Monochromatic Colors of #823FBC
Black with #823FBC
Text Example
Text Example
White with #823FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823FBC; }
p { color: rgb(130,63,188); }
H1.HeaderClassName
{
color: #823FBC;
}
.AnyTagClassName
{
color: #823FBC;
}
</style>
background-color css
<style>
a { background-color: #823FBC; }
a { background-color: rgb(130,63,188); }
div.DivClassName
{
background-color: #823FBC;
}
.BgClassName
{
background-color: #823FBC;
}
</style>
border-color css
<style>
span { border-color: #823FBC; }
span { border-color: rgb(130,63,188); }
td.TdClassName
{
border-color: #823FBC;
}
.TagClassName
{
border-color: #823FBC;
}
</style>