Shades of Dark Orchid #8936CC
Tints of Dark Orchid #8936CC
RGB
CMYK
RGB Variations
Color information
#8936CC (or 0x8936CC) is known color: Dark Orchid. HEX triplet: 89, 36 and CC. RGB value is (137,54,204). Sum of RGB (Red+Green+Blue) = 137+54+204=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 54 (21.48% from 255 or 13.67% 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 #8936CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936CC is #76C933. Grayscale: #5F5F5F. Windows color (decimal): -7784756 or 13383305. OLE color: 13383305.
HSL color Cylindrical-coordinate representation of color #8936CC: hue angle of 273.2º 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 #8936CC is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 54 | 204 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.2 |
| HSL | 273.2º | 0.6% | 0.51% | - |
| HSV(B) | 273.2º | 0.74% | 0.8% | - |
| XYZ | 22.53 | 12.32 | 58.32 | - |
| YUV | 95.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 204 | 0.33 | 0.74 | 0 | 0.2 | 273.2 | 0.6 | 0.51 |
| Hex | 89 | 36 | CC | 21 | 4A | 0 | 14 | 111 | 3C | 33 |
| Octal | 211 | 66 | 314 | 41 | 112 | 0 | 24 | 421 | 74 | 63 |
| Binary | 10001001 | 110110 | 11001100 | 100001 | 1001010 | 0 | 10100 | 100010001 | 111100 | 110011 |
Color Harmonies of #8936CC
Complementary color
Monochromatic Colors of #8936CC
Black with #8936CC
Text Example
Text Example
White with #8936CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8936CC; }
p { color: rgb(137,54,204); }
H1.HeaderClassName
{
color: #8936CC;
}
.AnyTagClassName
{
color: #8936CC;
}
</style>
background-color css
<style>
a { background-color: #8936CC; }
a { background-color: rgb(137,54,204); }
div.DivClassName
{
background-color: #8936CC;
}
.BgClassName
{
background-color: #8936CC;
}
</style>
border-color css
<style>
span { border-color: #8936CC; }
span { border-color: rgb(137,54,204); }
td.TdClassName
{
border-color: #8936CC;
}
.TagClassName
{
border-color: #8936CC;
}
</style>