Shades of Dark Orchid #8946CC
Tints of Dark Orchid #8946CC
RGB
CMYK
RGB Variations
Color information
#8946CC (or 0x8946CC) is known color: Dark Orchid. HEX triplet: 89, 46 and CC. RGB value is (137,70,204). Sum of RGB (Red+Green+Blue) = 137+70+204=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #8946CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8946CC is #76B933. Grayscale: #686868. Windows color (decimal): -7780660 or 13387401. OLE color: 13387401.
HSL color Cylindrical-coordinate representation of color #8946CC: hue angle of 270º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8946CC is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 70 | 204 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.2 |
| HSL | 270º | 0.57% | 0.54% | - |
| HSV(B) | 270º | 0.66% | 0.8% | - |
| XYZ | 23.41 | 14.06 | 58.61 | - |
| YUV | 105.31 | 183.7 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 204 | 0.33 | 0.66 | 0 | 0.2 | 270 | 0.57 | 0.54 |
| Hex | 89 | 46 | CC | 21 | 42 | 0 | 14 | 10E | 39 | 36 |
| Octal | 211 | 106 | 314 | 41 | 102 | 0 | 24 | 416 | 71 | 66 |
| Binary | 10001001 | 1000110 | 11001100 | 100001 | 1000010 | 0 | 10100 | 100001110 | 111001 | 110110 |
Color Harmonies of #8946CC
Complementary color
Monochromatic Colors of #8946CC
Black with #8946CC
Text Example
Text Example
White with #8946CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946CC; }
p { color: rgb(137,70,204); }
H1.HeaderClassName
{
color: #8946CC;
}
.AnyTagClassName
{
color: #8946CC;
}
</style>
background-color css
<style>
a { background-color: #8946CC; }
a { background-color: rgb(137,70,204); }
div.DivClassName
{
background-color: #8946CC;
}
.BgClassName
{
background-color: #8946CC;
}
</style>
border-color css
<style>
span { border-color: #8946CC; }
span { border-color: rgb(137,70,204); }
td.TdClassName
{
border-color: #8946CC;
}
.TagClassName
{
border-color: #8946CC;
}
</style>