Shades of Dark Orchid #883ACC
Tints of Dark Orchid #883ACC
RGB
CMYK
RGB Variations
Color information
#883ACC (or 0x883ACC) is known color: Dark Orchid. HEX triplet: 88, 3A and CC. RGB value is (136,58,204). Sum of RGB (Red+Green+Blue) = 136+58+204=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #883ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883ACC is #77C533. Grayscale: #616161. Windows color (decimal): -7849268 or 13384328. OLE color: 13384328.
HSL color Cylindrical-coordinate representation of color #883ACC: hue angle of 272.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883ACC is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 58 | 204 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.2 |
| HSL | 272.05º | 0.59% | 0.51% | - |
| HSV(B) | 272.05º | 0.72% | 0.8% | - |
| XYZ | 22.57 | 12.62 | 58.37 | - |
| YUV | 97.97 | 187.84 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 204 | 0.33 | 0.72 | 0 | 0.2 | 272.05 | 0.59 | 0.51 |
| Hex | 88 | 3A | CC | 21 | 48 | 0 | 14 | 110 | 3B | 33 |
| Octal | 210 | 72 | 314 | 41 | 110 | 0 | 24 | 420 | 73 | 63 |
| Binary | 10001000 | 111010 | 11001100 | 100001 | 1001000 | 0 | 10100 | 100010000 | 111011 | 110011 |
Color Harmonies of #883ACC
Complementary color
Monochromatic Colors of #883ACC
Black with #883ACC
Text Example
Text Example
White with #883ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883ACC; }
p { color: rgb(136,58,204); }
H1.HeaderClassName
{
color: #883ACC;
}
.AnyTagClassName
{
color: #883ACC;
}
</style>
background-color css
<style>
a { background-color: #883ACC; }
a { background-color: rgb(136,58,204); }
div.DivClassName
{
background-color: #883ACC;
}
.BgClassName
{
background-color: #883ACC;
}
</style>
border-color css
<style>
span { border-color: #883ACC; }
span { border-color: rgb(136,58,204); }
td.TdClassName
{
border-color: #883ACC;
}
.TagClassName
{
border-color: #883ACC;
}
</style>