Shades of Dark Orchid #823DBB
Tints of Dark Orchid #823DBB
RGB
CMYK
RGB Variations
Color information
#823DBB (or 0x823DBB) is known color: Dark Orchid. HEX triplet: 82, 3D and BB. RGB value is (130,61,187). Sum of RGB (Red+Green+Blue) = 130+61+187=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #823DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DBB is #7DC244. Grayscale: #5F5F5F. Windows color (decimal): -8241733 or 12270978. OLE color: 12270978.
HSL color Cylindrical-coordinate representation of color #823DBB: hue angle of 272.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823DBB is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 61 | 187 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.27 |
| HSL | 272.86º | 0.51% | 0.49% | - |
| HSV(B) | 272.86º | 0.67% | 0.73% | - |
| XYZ | 19.84 | 11.67 | 48.22 | - |
| YUV | 96 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 187 | 0.30 | 0.67 | 0 | 0.27 | 272.86 | 0.51 | 0.49 |
| Hex | 82 | 3D | BB | 1E | 43 | 0 | 1B | 111 | 33 | 31 |
| Octal | 202 | 75 | 273 | 36 | 103 | 0 | 33 | 421 | 63 | 61 |
| Binary | 10000010 | 111101 | 10111011 | 11110 | 1000011 | 0 | 11011 | 100010001 | 110011 | 110001 |
Color Harmonies of #823DBB
Complementary color
Monochromatic Colors of #823DBB
Black with #823DBB
Text Example
Text Example
White with #823DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DBB; }
p { color: rgb(130,61,187); }
H1.HeaderClassName
{
color: #823DBB;
}
.AnyTagClassName
{
color: #823DBB;
}
</style>
background-color css
<style>
a { background-color: #823DBB; }
a { background-color: rgb(130,61,187); }
div.DivClassName
{
background-color: #823DBB;
}
.BgClassName
{
background-color: #823DBB;
}
</style>
border-color css
<style>
span { border-color: #823DBB; }
span { border-color: rgb(130,61,187); }
td.TdClassName
{
border-color: #823DBB;
}
.TagClassName
{
border-color: #823DBB;
}
</style>