Shades of Dark Orchid #8837CC
Tints of Dark Orchid #8837CC
RGB
CMYK
RGB Variations
Color information
#8837CC (or 0x8837CC) is known color: Dark Orchid. HEX triplet: 88, 37 and CC. RGB value is (136,55,204). Sum of RGB (Red+Green+Blue) = 136+55+204=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #8837CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8837CC is #77C833. Grayscale: #5F5F5F. Windows color (decimal): -7850036 or 13383560. OLE color: 13383560.
HSL color Cylindrical-coordinate representation of color #8837CC: hue angle of 272.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8837CC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 55 | 204 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.2 |
| HSL | 272.62º | 0.59% | 0.51% | - |
| HSV(B) | 272.62º | 0.73% | 0.8% | - |
| XYZ | 22.42 | 12.33 | 58.32 | - |
| YUV | 96.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 204 | 0.33 | 0.73 | 0 | 0.2 | 272.62 | 0.59 | 0.51 |
| Hex | 88 | 37 | CC | 21 | 49 | 0 | 14 | 111 | 3B | 33 |
| Octal | 210 | 67 | 314 | 41 | 111 | 0 | 24 | 421 | 73 | 63 |
| Binary | 10001000 | 110111 | 11001100 | 100001 | 1001001 | 0 | 10100 | 100010001 | 111011 | 110011 |
Color Harmonies of #8837CC
Complementary color
Monochromatic Colors of #8837CC
Black with #8837CC
Text Example
Text Example
White with #8837CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8837CC; }
p { color: rgb(136,55,204); }
H1.HeaderClassName
{
color: #8837CC;
}
.AnyTagClassName
{
color: #8837CC;
}
</style>
background-color css
<style>
a { background-color: #8837CC; }
a { background-color: rgb(136,55,204); }
div.DivClassName
{
background-color: #8837CC;
}
.BgClassName
{
background-color: #8837CC;
}
</style>
border-color css
<style>
span { border-color: #8837CC; }
span { border-color: rgb(136,55,204); }
td.TdClassName
{
border-color: #8837CC;
}
.TagClassName
{
border-color: #8837CC;
}
</style>