Shades of Dark Orchid #8827B3
Tints of Dark Orchid #8827B3
RGB
CMYK
RGB Variations
Color information
#8827B3 (or 0x8827B3) is known color: Dark Orchid. HEX triplet: 88, 27 and B3. RGB value is (136,39,179). Sum of RGB (Red+Green+Blue) = 136+39+179=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #8827B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827B3 is #77D84C. Grayscale: #535353. Windows color (decimal): -7854157 or 11741064. OLE color: 11741064.
HSL color Cylindrical-coordinate representation of color #8827B3: hue angle of 281.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8827B3 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 39 | 179 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.30 |
| HSL | 281.57º | 0.64% | 0.43% | - |
| HSV(B) | 281.57º | 0.78% | 0.7% | - |
| XYZ | 19.02 | 9.94 | 43.56 | - |
| YUV | 83.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 179 | 0.24 | 0.78 | 0 | 0.30 | 281.57 | 0.64 | 0.43 |
| Hex | 88 | 27 | B3 | 18 | 4E | 0 | 1E | 11A | 40 | 2B |
| Octal | 210 | 47 | 263 | 30 | 116 | 0 | 36 | 432 | 100 | 53 |
| Binary | 10001000 | 100111 | 10110011 | 11000 | 1001110 | 0 | 11110 | 100011010 | 1000000 | 101011 |
Color Harmonies of #8827B3
Complementary color
Monochromatic Colors of #8827B3
Black with #8827B3
Text Example
Text Example
White with #8827B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827B3; }
p { color: rgb(136,39,179); }
H1.HeaderClassName
{
color: #8827B3;
}
.AnyTagClassName
{
color: #8827B3;
}
</style>
background-color css
<style>
a { background-color: #8827B3; }
a { background-color: rgb(136,39,179); }
div.DivClassName
{
background-color: #8827B3;
}
.BgClassName
{
background-color: #8827B3;
}
</style>
border-color css
<style>
span { border-color: #8827B3; }
span { border-color: rgb(136,39,179); }
td.TdClassName
{
border-color: #8827B3;
}
.TagClassName
{
border-color: #8827B3;
}
</style>