Shades of Dark Orchid #8841CB
Tints of Dark Orchid #8841CB
RGB
CMYK
RGB Variations
Color information
#8841CB (or 0x8841CB) is known color: Dark Orchid. HEX triplet: 88, 41 and CB. RGB value is (136,65,203). Sum of RGB (Red+Green+Blue) = 136+65+203=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #8841CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8841CB is #77BE34. Grayscale: #656565. Windows color (decimal): -7847477 or 13320584. OLE color: 13320584.
HSL color Cylindrical-coordinate representation of color #8841CB: hue angle of 270.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8841CB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 65 | 203 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.20 |
| HSL | 270.87º | 0.57% | 0.53% | - |
| HSV(B) | 270.87º | 0.68% | 0.8% | - |
| XYZ | 22.82 | 13.33 | 57.87 | - |
| YUV | 101.96 | 185.02 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 203 | 0.33 | 0.68 | 0 | 0.20 | 270.87 | 0.57 | 0.53 |
| Hex | 88 | 41 | CB | 21 | 44 | 0 | 14 | 10F | 39 | 35 |
| Octal | 210 | 101 | 313 | 41 | 104 | 0 | 24 | 417 | 71 | 65 |
| Binary | 10001000 | 1000001 | 11001011 | 100001 | 1000100 | 0 | 10100 | 100001111 | 111001 | 110101 |
Color Harmonies of #8841CB
Complementary color
Monochromatic Colors of #8841CB
Black with #8841CB
Text Example
Text Example
White with #8841CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841CB; }
p { color: rgb(136,65,203); }
H1.HeaderClassName
{
color: #8841CB;
}
.AnyTagClassName
{
color: #8841CB;
}
</style>
background-color css
<style>
a { background-color: #8841CB; }
a { background-color: rgb(136,65,203); }
div.DivClassName
{
background-color: #8841CB;
}
.BgClassName
{
background-color: #8841CB;
}
</style>
border-color css
<style>
span { border-color: #8841CB; }
span { border-color: rgb(136,65,203); }
td.TdClassName
{
border-color: #8841CB;
}
.TagClassName
{
border-color: #8841CB;
}
</style>