Shades of Dark Orchid #8943CC
Tints of Dark Orchid #8943CC
RGB
CMYK
RGB Variations
Color information
#8943CC (or 0x8943CC) is known color: Dark Orchid. HEX triplet: 89, 43 and CC. RGB value is (137,67,204). Sum of RGB (Red+Green+Blue) = 137+67+204=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #8943CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8943CC is #76BC33. Grayscale: #676767. Windows color (decimal): -7781428 or 13386633. OLE color: 13386633.
HSL color Cylindrical-coordinate representation of color #8943CC: hue angle of 270.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8943CC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 67 | 204 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.2 |
| HSL | 270.66º | 0.57% | 0.53% | - |
| HSV(B) | 270.66º | 0.67% | 0.8% | - |
| XYZ | 23.22 | 13.69 | 58.55 | - |
| YUV | 103.55 | 184.69 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 204 | 0.33 | 0.67 | 0 | 0.2 | 270.66 | 0.57 | 0.53 |
| Hex | 89 | 43 | CC | 21 | 43 | 0 | 14 | 10F | 39 | 35 |
| Octal | 211 | 103 | 314 | 41 | 103 | 0 | 24 | 417 | 71 | 65 |
| Binary | 10001001 | 1000011 | 11001100 | 100001 | 1000011 | 0 | 10100 | 100001111 | 111001 | 110101 |
Color Harmonies of #8943CC
Complementary color
Monochromatic Colors of #8943CC
Black with #8943CC
Text Example
Text Example
White with #8943CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8943CC; }
p { color: rgb(137,67,204); }
H1.HeaderClassName
{
color: #8943CC;
}
.AnyTagClassName
{
color: #8943CC;
}
</style>
background-color css
<style>
a { background-color: #8943CC; }
a { background-color: rgb(137,67,204); }
div.DivClassName
{
background-color: #8943CC;
}
.BgClassName
{
background-color: #8943CC;
}
</style>
border-color css
<style>
span { border-color: #8943CC; }
span { border-color: rgb(137,67,204); }
td.TdClassName
{
border-color: #8943CC;
}
.TagClassName
{
border-color: #8943CC;
}
</style>