Shades of Dark Orchid #8835BC
Tints of Dark Orchid #8835BC
RGB
CMYK
RGB Variations
Color information
#8835BC (or 0x8835BC) is known color: Dark Orchid. HEX triplet: 88, 35 and BC. RGB value is (136,53,188). Sum of RGB (Red+Green+Blue) = 136+53+188=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #8835BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835BC is #77CA43. Grayscale: #5C5C5C. Windows color (decimal): -7850564 or 12334472. OLE color: 12334472.
HSL color Cylindrical-coordinate representation of color #8835BC: hue angle of 276.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8835BC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 53 | 188 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.26 |
| HSL | 276.89º | 0.56% | 0.47% | - |
| HSV(B) | 276.89º | 0.72% | 0.74% | - |
| XYZ | 20.5 | 11.41 | 48.7 | - |
| YUV | 93.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 188 | 0.28 | 0.72 | 0 | 0.26 | 276.89 | 0.56 | 0.47 |
| Hex | 88 | 35 | BC | 1C | 48 | 0 | 1A | 115 | 38 | 2F |
| Octal | 210 | 65 | 274 | 34 | 110 | 0 | 32 | 425 | 70 | 57 |
| Binary | 10001000 | 110101 | 10111100 | 11100 | 1001000 | 0 | 11010 | 100010101 | 111000 | 101111 |
Color Harmonies of #8835BC
Complementary color
Monochromatic Colors of #8835BC
Black with #8835BC
Text Example
Text Example
White with #8835BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835BC; }
p { color: rgb(136,53,188); }
H1.HeaderClassName
{
color: #8835BC;
}
.AnyTagClassName
{
color: #8835BC;
}
</style>
background-color css
<style>
a { background-color: #8835BC; }
a { background-color: rgb(136,53,188); }
div.DivClassName
{
background-color: #8835BC;
}
.BgClassName
{
background-color: #8835BC;
}
</style>
border-color css
<style>
span { border-color: #8835BC; }
span { border-color: rgb(136,53,188); }
td.TdClassName
{
border-color: #8835BC;
}
.TagClassName
{
border-color: #8835BC;
}
</style>