Shades of Dark Orchid #8839CF
Tints of Dark Orchid #8839CF
RGB
CMYK
RGB Variations
Color information
#8839CF (or 0x8839CF) is known color: Dark Orchid. HEX triplet: 88, 39 and CF. RGB value is (136,57,207). Sum of RGB (Red+Green+Blue) = 136+57+207=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #8839CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839CF is #77C630. Grayscale: #616161. Windows color (decimal): -7849521 or 13580680. OLE color: 13580680.
HSL color Cylindrical-coordinate representation of color #8839CF: hue angle of 271.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8839CF is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 57 | 207 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.19 |
| HSL | 271.6º | 0.61% | 0.52% | - |
| HSV(B) | 271.6º | 0.72% | 0.81% | - |
| XYZ | 22.88 | 12.67 | 60.27 | - |
| YUV | 97.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 207 | 0.34 | 0.72 | 0 | 0.19 | 271.6 | 0.61 | 0.52 |
| Hex | 88 | 39 | CF | 22 | 48 | 0 | 13 | 110 | 3D | 34 |
| Octal | 210 | 71 | 317 | 42 | 110 | 0 | 23 | 420 | 75 | 64 |
| Binary | 10001000 | 111001 | 11001111 | 100010 | 1001000 | 0 | 10011 | 100010000 | 111101 | 110100 |
Color Harmonies of #8839CF
Complementary color
Monochromatic Colors of #8839CF
Black with #8839CF
Text Example
Text Example
White with #8839CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8839CF; }
p { color: rgb(136,57,207); }
H1.HeaderClassName
{
color: #8839CF;
}
.AnyTagClassName
{
color: #8839CF;
}
</style>
background-color css
<style>
a { background-color: #8839CF; }
a { background-color: rgb(136,57,207); }
div.DivClassName
{
background-color: #8839CF;
}
.BgClassName
{
background-color: #8839CF;
}
</style>
border-color css
<style>
span { border-color: #8839CF; }
span { border-color: rgb(136,57,207); }
td.TdClassName
{
border-color: #8839CF;
}
.TagClassName
{
border-color: #8839CF;
}
</style>