Shades of Dark Orchid #8921CC
Tints of Dark Orchid #8921CC
RGB
CMYK
RGB Variations
Color information
#8921CC (or 0x8921CC) is known color: Dark Orchid. HEX triplet: 89, 21 and CC. RGB value is (137,33,204). Sum of RGB (Red+Green+Blue) = 137+33+204=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #8921CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8921CC is #76DE33. Grayscale: #535353. Windows color (decimal): -7790132 or 13377929. OLE color: 13377929.
HSL color Cylindrical-coordinate representation of color #8921CC: hue angle of 276.49º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8921CC is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 33 | 204 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.2 |
| HSL | 276.49º | 0.72% | 0.46% | - |
| HSV(B) | 276.49º | 0.84% | 0.8% | - |
| XYZ | 21.76 | 10.77 | 58.06 | - |
| YUV | 83.59 | 195.96 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 33 | 204 | 0.33 | 0.84 | 0 | 0.2 | 276.49 | 0.72 | 0.46 |
| Hex | 89 | 21 | CC | 21 | 54 | 0 | 14 | 114 | 48 | 2E |
| Octal | 211 | 41 | 314 | 41 | 124 | 0 | 24 | 424 | 110 | 56 |
| Binary | 10001001 | 100001 | 11001100 | 100001 | 1010100 | 0 | 10100 | 100010100 | 1001000 | 101110 |
Color Harmonies of #8921CC
Complementary color
Monochromatic Colors of #8921CC
Black with #8921CC
Text Example
Text Example
White with #8921CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8921CC; }
p { color: rgb(137,33,204); }
H1.HeaderClassName
{
color: #8921CC;
}
.AnyTagClassName
{
color: #8921CC;
}
</style>
background-color css
<style>
a { background-color: #8921CC; }
a { background-color: rgb(137,33,204); }
div.DivClassName
{
background-color: #8921CC;
}
.BgClassName
{
background-color: #8921CC;
}
</style>
border-color css
<style>
span { border-color: #8921CC; }
span { border-color: rgb(137,33,204); }
td.TdClassName
{
border-color: #8921CC;
}
.TagClassName
{
border-color: #8921CC;
}
</style>