Shades of Dark Orchid #8830B1
Tints of Dark Orchid #8830B1
RGB
CMYK
RGB Variations
Color information
#8830B1 (or 0x8830B1) is known color: Dark Orchid. HEX triplet: 88, 30 and B1. RGB value is (136,48,177). Sum of RGB (Red+Green+Blue) = 136+48+177=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #8830B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8830B1 is #77CF4E. Grayscale: #585858. Windows color (decimal): -7851855 or 11612296. OLE color: 11612296.
HSL color Cylindrical-coordinate representation of color #8830B1: hue angle of 280.93º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8830B1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 48 | 177 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.31 |
| HSL | 280.93º | 0.57% | 0.44% | - |
| HSV(B) | 280.93º | 0.73% | 0.69% | - |
| XYZ | 19.15 | 10.52 | 42.62 | - |
| YUV | 89.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 177 | 0.23 | 0.73 | 0 | 0.31 | 280.93 | 0.57 | 0.44 |
| Hex | 88 | 30 | B1 | 17 | 49 | 0 | 1F | 119 | 39 | 2C |
| Octal | 210 | 60 | 261 | 27 | 111 | 0 | 37 | 431 | 71 | 54 |
| Binary | 10001000 | 110000 | 10110001 | 10111 | 1001001 | 0 | 11111 | 100011001 | 111001 | 101100 |
Color Harmonies of #8830B1
Complementary color
Monochromatic Colors of #8830B1
Black with #8830B1
Text Example
Text Example
White with #8830B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830B1; }
p { color: rgb(136,48,177); }
H1.HeaderClassName
{
color: #8830B1;
}
.AnyTagClassName
{
color: #8830B1;
}
</style>
background-color css
<style>
a { background-color: #8830B1; }
a { background-color: rgb(136,48,177); }
div.DivClassName
{
background-color: #8830B1;
}
.BgClassName
{
background-color: #8830B1;
}
</style>
border-color css
<style>
span { border-color: #8830B1; }
span { border-color: rgb(136,48,177); }
td.TdClassName
{
border-color: #8830B1;
}
.TagClassName
{
border-color: #8830B1;
}
</style>