Shades of Dark Orchid #8835B6
Tints of Dark Orchid #8835B6
RGB
CMYK
RGB Variations
Color information
#8835B6 (or 0x8835B6) is known color: Dark Orchid. HEX triplet: 88, 35 and B6. RGB value is (136,53,182). Sum of RGB (Red+Green+Blue) = 136+53+182=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #8835B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835B6 is #77CA49. Grayscale: #5C5C5C. Windows color (decimal): -7850570 or 11941256. OLE color: 11941256.
HSL color Cylindrical-coordinate representation of color #8835B6: hue angle of 278.6º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8835B6 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 53 | 182 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.29 |
| HSL | 278.6º | 0.55% | 0.46% | - |
| HSV(B) | 278.6º | 0.71% | 0.71% | - |
| XYZ | 19.87 | 11.16 | 45.36 | - |
| YUV | 92.52 | 178.5 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 182 | 0.25 | 0.71 | 0 | 0.29 | 278.6 | 0.55 | 0.46 |
| Hex | 88 | 35 | B6 | 19 | 47 | 0 | 1D | 117 | 37 | 2E |
| Octal | 210 | 65 | 266 | 31 | 107 | 0 | 35 | 427 | 67 | 56 |
| Binary | 10001000 | 110101 | 10110110 | 11001 | 1000111 | 0 | 11101 | 100010111 | 110111 | 101110 |
Color Harmonies of #8835B6
Complementary color
Monochromatic Colors of #8835B6
Black with #8835B6
Text Example
Text Example
White with #8835B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835B6; }
p { color: rgb(136,53,182); }
H1.HeaderClassName
{
color: #8835B6;
}
.AnyTagClassName
{
color: #8835B6;
}
</style>
background-color css
<style>
a { background-color: #8835B6; }
a { background-color: rgb(136,53,182); }
div.DivClassName
{
background-color: #8835B6;
}
.BgClassName
{
background-color: #8835B6;
}
</style>
border-color css
<style>
span { border-color: #8835B6; }
span { border-color: rgb(136,53,182); }
td.TdClassName
{
border-color: #8835B6;
}
.TagClassName
{
border-color: #8835B6;
}
</style>