Shades of Dark Orchid #8831CB
Tints of Dark Orchid #8831CB
RGB
CMYK
RGB Variations
Color information
#8831CB (or 0x8831CB) is known color: Dark Orchid. HEX triplet: 88, 31 and CB. RGB value is (136,49,203). Sum of RGB (Red+Green+Blue) = 136+49+203=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8831CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8831CB is #77CE34. Grayscale: #5C5C5C. Windows color (decimal): -7851573 or 13316488. OLE color: 13316488.
HSL color Cylindrical-coordinate representation of color #8831CB: hue angle of 273.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8831CB is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 49 | 203 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.20 |
| HSL | 273.9º | 0.61% | 0.49% | - |
| HSV(B) | 273.9º | 0.76% | 0.8% | - |
| XYZ | 22.03 | 11.74 | 57.61 | - |
| YUV | 92.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 203 | 0.33 | 0.76 | 0 | 0.20 | 273.9 | 0.61 | 0.49 |
| Hex | 88 | 31 | CB | 21 | 4C | 0 | 14 | 112 | 3D | 31 |
| Octal | 210 | 61 | 313 | 41 | 114 | 0 | 24 | 422 | 75 | 61 |
| Binary | 10001000 | 110001 | 11001011 | 100001 | 1001100 | 0 | 10100 | 100010010 | 111101 | 110001 |
Color Harmonies of #8831CB
Complementary color
Monochromatic Colors of #8831CB
Black with #8831CB
Text Example
Text Example
White with #8831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831CB; }
p { color: rgb(136,49,203); }
H1.HeaderClassName
{
color: #8831CB;
}
.AnyTagClassName
{
color: #8831CB;
}
</style>
background-color css
<style>
a { background-color: #8831CB; }
a { background-color: rgb(136,49,203); }
div.DivClassName
{
background-color: #8831CB;
}
.BgClassName
{
background-color: #8831CB;
}
</style>
border-color css
<style>
span { border-color: #8831CB; }
span { border-color: rgb(136,49,203); }
td.TdClassName
{
border-color: #8831CB;
}
.TagClassName
{
border-color: #8831CB;
}
</style>