Shades of Dark Orchid #8836CC
Tints of Dark Orchid #8836CC
RGB
CMYK
RGB Variations
Color information
#8836CC (or 0x8836CC) is known color: Dark Orchid. HEX triplet: 88, 36 and CC. RGB value is (136,54,204). Sum of RGB (Red+Green+Blue) = 136+54+204=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #8836CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8836CC is #77C933. Grayscale: #5F5F5F. Windows color (decimal): -7850292 or 13383304. OLE color: 13383304.
HSL color Cylindrical-coordinate representation of color #8836CC: hue angle of 272.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8836CC is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 54 | 204 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.2 |
| HSL | 272.8º | 0.6% | 0.51% | - |
| HSV(B) | 272.8º | 0.74% | 0.8% | - |
| XYZ | 22.37 | 12.23 | 58.31 | - |
| YUV | 95.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 204 | 0.33 | 0.74 | 0 | 0.2 | 272.8 | 0.6 | 0.51 |
| Hex | 88 | 36 | CC | 21 | 4A | 0 | 14 | 111 | 3C | 33 |
| Octal | 210 | 66 | 314 | 41 | 112 | 0 | 24 | 421 | 74 | 63 |
| Binary | 10001000 | 110110 | 11001100 | 100001 | 1001010 | 0 | 10100 | 100010001 | 111100 | 110011 |
Color Harmonies of #8836CC
Complementary color
Monochromatic Colors of #8836CC
Black with #8836CC
Text Example
Text Example
White with #8836CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836CC; }
p { color: rgb(136,54,204); }
H1.HeaderClassName
{
color: #8836CC;
}
.AnyTagClassName
{
color: #8836CC;
}
</style>
background-color css
<style>
a { background-color: #8836CC; }
a { background-color: rgb(136,54,204); }
div.DivClassName
{
background-color: #8836CC;
}
.BgClassName
{
background-color: #8836CC;
}
</style>
border-color css
<style>
span { border-color: #8836CC; }
span { border-color: rgb(136,54,204); }
td.TdClassName
{
border-color: #8836CC;
}
.TagClassName
{
border-color: #8836CC;
}
</style>