Shades of Dark Orchid #8C33B9
Tints of Dark Orchid #8C33B9
RGB
CMYK
RGB Variations
Color information
#8C33B9 (or 0x8C33B9) is known color: Dark Orchid. HEX triplet: 8C, 33 and B9. RGB value is (140,51,185). Sum of RGB (Red+Green+Blue) = 140+51+185=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C33B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C33B9 is #73CC46. Grayscale: #5C5C5C. Windows color (decimal): -7588935 or 12137356. OLE color: 12137356.
HSL color Cylindrical-coordinate representation of color #8C33B9: hue angle of 279.85º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C33B9 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 51 | 185 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.27 |
| HSL | 279.85º | 0.57% | 0.46% | - |
| HSV(B) | 279.85º | 0.72% | 0.73% | - |
| XYZ | 20.76 | 11.45 | 47.01 | - |
| YUV | 92.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 185 | 0.24 | 0.72 | 0 | 0.27 | 279.85 | 0.57 | 0.46 |
| Hex | 8C | 33 | B9 | 18 | 48 | 0 | 1B | 118 | 39 | 2E |
| Octal | 214 | 63 | 271 | 30 | 110 | 0 | 33 | 430 | 71 | 56 |
| Binary | 10001100 | 110011 | 10111001 | 11000 | 1001000 | 0 | 11011 | 100011000 | 111001 | 101110 |
Color Harmonies of #8C33B9
Complementary color
Monochromatic Colors of #8C33B9
Black with #8C33B9
Text Example
Text Example
White with #8C33B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C33B9; }
p { color: rgb(140,51,185); }
H1.HeaderClassName
{
color: #8C33B9;
}
.AnyTagClassName
{
color: #8C33B9;
}
</style>
background-color css
<style>
a { background-color: #8C33B9; }
a { background-color: rgb(140,51,185); }
div.DivClassName
{
background-color: #8C33B9;
}
.BgClassName
{
background-color: #8C33B9;
}
</style>
border-color css
<style>
span { border-color: #8C33B9; }
span { border-color: rgb(140,51,185); }
td.TdClassName
{
border-color: #8C33B9;
}
.TagClassName
{
border-color: #8C33B9;
}
</style>