Shades of Dark Orchid #8833B8
Tints of Dark Orchid #8833B8
RGB
CMYK
RGB Variations
Color information
#8833B8 (or 0x8833B8) is known color: Dark Orchid. HEX triplet: 88, 33 and B8. RGB value is (136,51,184). Sum of RGB (Red+Green+Blue) = 136+51+184=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #8833B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833B8 is #77CC47. Grayscale: #5B5B5B. Windows color (decimal): -7851080 or 12071816. OLE color: 12071816.
HSL color Cylindrical-coordinate representation of color #8833B8: hue angle of 278.35º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8833B8 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 51 | 184 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.28 |
| HSL | 278.35º | 0.57% | 0.46% | - |
| HSV(B) | 278.35º | 0.72% | 0.72% | - |
| XYZ | 19.99 | 11.06 | 46.43 | - |
| YUV | 91.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 184 | 0.26 | 0.72 | 0 | 0.28 | 278.35 | 0.57 | 0.46 |
| Hex | 88 | 33 | B8 | 1A | 48 | 0 | 1C | 116 | 39 | 2E |
| Octal | 210 | 63 | 270 | 32 | 110 | 0 | 34 | 426 | 71 | 56 |
| Binary | 10001000 | 110011 | 10111000 | 11010 | 1001000 | 0 | 11100 | 100010110 | 111001 | 101110 |
Color Harmonies of #8833B8
Complementary color
Monochromatic Colors of #8833B8
Black with #8833B8
Text Example
Text Example
White with #8833B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833B8; }
p { color: rgb(136,51,184); }
H1.HeaderClassName
{
color: #8833B8;
}
.AnyTagClassName
{
color: #8833B8;
}
</style>
background-color css
<style>
a { background-color: #8833B8; }
a { background-color: rgb(136,51,184); }
div.DivClassName
{
background-color: #8833B8;
}
.BgClassName
{
background-color: #8833B8;
}
</style>
border-color css
<style>
span { border-color: #8833B8; }
span { border-color: rgb(136,51,184); }
td.TdClassName
{
border-color: #8833B8;
}
.TagClassName
{
border-color: #8833B8;
}
</style>