Shades of Dark Orchid #883AD0
Tints of Dark Orchid #883AD0
RGB
CMYK
RGB Variations
Color information
#883AD0 (or 0x883AD0) is known color: Dark Orchid. HEX triplet: 88, 3A and D0. RGB value is (136,58,208). Sum of RGB (Red+Green+Blue) = 136+58+208=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #883AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883AD0 is #77C52F. Grayscale: #616161. Windows color (decimal): -7849264 or 13646472. OLE color: 13646472.
HSL color Cylindrical-coordinate representation of color #883AD0: hue angle of 271.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883AD0 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 58 | 208 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.18 |
| HSL | 271.2º | 0.61% | 0.52% | - |
| HSV(B) | 271.2º | 0.72% | 0.82% | - |
| XYZ | 23.05 | 12.81 | 60.93 | - |
| YUV | 98.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 208 | 0.35 | 0.72 | 0 | 0.18 | 271.2 | 0.61 | 0.52 |
| Hex | 88 | 3A | D0 | 23 | 48 | 0 | 12 | 10F | 3D | 34 |
| Octal | 210 | 72 | 320 | 43 | 110 | 0 | 22 | 417 | 75 | 64 |
| Binary | 10001000 | 111010 | 11010000 | 100011 | 1001000 | 0 | 10010 | 100001111 | 111101 | 110100 |
Color Harmonies of #883AD0
Complementary color
Monochromatic Colors of #883AD0
Black with #883AD0
Text Example
Text Example
White with #883AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AD0; }
p { color: rgb(136,58,208); }
H1.HeaderClassName
{
color: #883AD0;
}
.AnyTagClassName
{
color: #883AD0;
}
</style>
background-color css
<style>
a { background-color: #883AD0; }
a { background-color: rgb(136,58,208); }
div.DivClassName
{
background-color: #883AD0;
}
.BgClassName
{
background-color: #883AD0;
}
</style>
border-color css
<style>
span { border-color: #883AD0; }
span { border-color: rgb(136,58,208); }
td.TdClassName
{
border-color: #883AD0;
}
.TagClassName
{
border-color: #883AD0;
}
</style>