Shades of Dark Orchid #823DBD
Tints of Dark Orchid #823DBD
RGB
CMYK
RGB Variations
Color information
#823DBD (or 0x823DBD) is known color: Dark Orchid. HEX triplet: 82, 3D and BD. RGB value is (130,61,189). Sum of RGB (Red+Green+Blue) = 130+61+189=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #823DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DBD is #7DC242. Grayscale: #5F5F5F. Windows color (decimal): -8241731 or 12402050. OLE color: 12402050.
HSL color Cylindrical-coordinate representation of color #823DBD: hue angle of 272.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823DBD is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 61 | 189 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.26 |
| HSL | 272.34º | 0.51% | 0.49% | - |
| HSV(B) | 272.34º | 0.68% | 0.74% | - |
| XYZ | 20.06 | 11.76 | 49.36 | - |
| YUV | 96.22 | 180.36 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 189 | 0.31 | 0.68 | 0 | 0.26 | 272.34 | 0.51 | 0.49 |
| Hex | 82 | 3D | BD | 1F | 44 | 0 | 1A | 110 | 33 | 31 |
| Octal | 202 | 75 | 275 | 37 | 104 | 0 | 32 | 420 | 63 | 61 |
| Binary | 10000010 | 111101 | 10111101 | 11111 | 1000100 | 0 | 11010 | 100010000 | 110011 | 110001 |
Color Harmonies of #823DBD
Complementary color
Monochromatic Colors of #823DBD
Black with #823DBD
Text Example
Text Example
White with #823DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DBD; }
p { color: rgb(130,61,189); }
H1.HeaderClassName
{
color: #823DBD;
}
.AnyTagClassName
{
color: #823DBD;
}
</style>
background-color css
<style>
a { background-color: #823DBD; }
a { background-color: rgb(130,61,189); }
div.DivClassName
{
background-color: #823DBD;
}
.BgClassName
{
background-color: #823DBD;
}
</style>
border-color css
<style>
span { border-color: #823DBD; }
span { border-color: rgb(130,61,189); }
td.TdClassName
{
border-color: #823DBD;
}
.TagClassName
{
border-color: #823DBD;
}
</style>