Shades of Dark Orchid #8834BF
Tints of Dark Orchid #8834BF
RGB
CMYK
RGB Variations
Color information
#8834BF (or 0x8834BF) is known color: Dark Orchid. HEX triplet: 88, 34 and BF. RGB value is (136,52,191). Sum of RGB (Red+Green+Blue) = 136+52+191=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #8834BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834BF is #77CB40. Grayscale: #5C5C5C. Windows color (decimal): -7850817 or 12530824. OLE color: 12530824.
HSL color Cylindrical-coordinate representation of color #8834BF: hue angle of 276.26º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8834BF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 52 | 191 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.25 |
| HSL | 276.26º | 0.57% | 0.48% | - |
| HSV(B) | 276.26º | 0.73% | 0.75% | - |
| XYZ | 20.79 | 11.45 | 50.41 | - |
| YUV | 92.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 191 | 0.29 | 0.73 | 0 | 0.25 | 276.26 | 0.57 | 0.48 |
| Hex | 88 | 34 | BF | 1D | 49 | 0 | 19 | 114 | 39 | 30 |
| Octal | 210 | 64 | 277 | 35 | 111 | 0 | 31 | 424 | 71 | 60 |
| Binary | 10001000 | 110100 | 10111111 | 11101 | 1001001 | 0 | 11001 | 100010100 | 111001 | 110000 |
Color Harmonies of #8834BF
Complementary color
Monochromatic Colors of #8834BF
Black with #8834BF
Text Example
Text Example
White with #8834BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8834BF; }
p { color: rgb(136,52,191); }
H1.HeaderClassName
{
color: #8834BF;
}
.AnyTagClassName
{
color: #8834BF;
}
</style>
background-color css
<style>
a { background-color: #8834BF; }
a { background-color: rgb(136,52,191); }
div.DivClassName
{
background-color: #8834BF;
}
.BgClassName
{
background-color: #8834BF;
}
</style>
border-color css
<style>
span { border-color: #8834BF; }
span { border-color: rgb(136,52,191); }
td.TdClassName
{
border-color: #8834BF;
}
.TagClassName
{
border-color: #8834BF;
}
</style>