Shades of Dark Orchid #883CBD
Tints of Dark Orchid #883CBD
RGB
CMYK
RGB Variations
Color information
#883CBD (or 0x883CBD) is known color: Dark Orchid. HEX triplet: 88, 3C and BD. RGB value is (136,60,189). Sum of RGB (Red+Green+Blue) = 136+60+189=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #883CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883CBD is #77C342. Grayscale: #606060. Windows color (decimal): -7848771 or 12401800. OLE color: 12401800.
HSL color Cylindrical-coordinate representation of color #883CBD: hue angle of 275.35º degrees, saturation: 0.52, 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 #883CBD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 60 | 189 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.26 |
| HSL | 275.35º | 0.52% | 0.49% | - |
| HSV(B) | 275.35º | 0.68% | 0.74% | - |
| XYZ | 20.95 | 12.14 | 49.38 | - |
| YUV | 97.43 | 179.68 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 189 | 0.28 | 0.68 | 0 | 0.26 | 275.35 | 0.52 | 0.49 |
| Hex | 88 | 3C | BD | 1C | 44 | 0 | 1A | 113 | 34 | 31 |
| Octal | 210 | 74 | 275 | 34 | 104 | 0 | 32 | 423 | 64 | 61 |
| Binary | 10001000 | 111100 | 10111101 | 11100 | 1000100 | 0 | 11010 | 100010011 | 110100 | 110001 |
Color Harmonies of #883CBD
Complementary color
Monochromatic Colors of #883CBD
Black with #883CBD
Text Example
Text Example
White with #883CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CBD; }
p { color: rgb(136,60,189); }
H1.HeaderClassName
{
color: #883CBD;
}
.AnyTagClassName
{
color: #883CBD;
}
</style>
background-color css
<style>
a { background-color: #883CBD; }
a { background-color: rgb(136,60,189); }
div.DivClassName
{
background-color: #883CBD;
}
.BgClassName
{
background-color: #883CBD;
}
</style>
border-color css
<style>
span { border-color: #883CBD; }
span { border-color: rgb(136,60,189); }
td.TdClassName
{
border-color: #883CBD;
}
.TagClassName
{
border-color: #883CBD;
}
</style>