Shades of Dark Orchid #993ECC
Tints of Dark Orchid #993ECC
RGB
CMYK
RGB Variations
Color information
#993ECC (or 0x993ECC) is known color: Dark Orchid. HEX triplet: 99, 3E and CC. RGB value is (153,62,204). Sum of RGB (Red+Green+Blue) = 153+62+204=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #993ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ECC is #66C133. Grayscale: #686868. Windows color (decimal): -6734132 or 13385369. OLE color: 13385369.
HSL color Cylindrical-coordinate representation of color #993ECC: hue angle of 278.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993ECC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 62 | 204 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.2 |
| HSL | 278.45º | 0.58% | 0.52% | - |
| HSV(B) | 278.45º | 0.7% | 0.8% | - |
| XYZ | 25.76 | 14.58 | 58.58 | - |
| YUV | 105.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 204 | 0.25 | 0.70 | 0 | 0.2 | 278.45 | 0.58 | 0.52 |
| Hex | 99 | 3E | CC | 19 | 46 | 0 | 14 | 116 | 3A | 34 |
| Octal | 231 | 76 | 314 | 31 | 106 | 0 | 24 | 426 | 72 | 64 |
| Binary | 10011001 | 111110 | 11001100 | 11001 | 1000110 | 0 | 10100 | 100010110 | 111010 | 110100 |
Color Harmonies of #993ECC
Complementary color
Monochromatic Colors of #993ECC
Black with #993ECC
Text Example
Text Example
White with #993ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ECC; }
p { color: rgb(153,62,204); }
H1.HeaderClassName
{
color: #993ECC;
}
.AnyTagClassName
{
color: #993ECC;
}
</style>
background-color css
<style>
a { background-color: #993ECC; }
a { background-color: rgb(153,62,204); }
div.DivClassName
{
background-color: #993ECC;
}
.BgClassName
{
background-color: #993ECC;
}
</style>
border-color css
<style>
span { border-color: #993ECC; }
span { border-color: rgb(153,62,204); }
td.TdClassName
{
border-color: #993ECC;
}
.TagClassName
{
border-color: #993ECC;
}
</style>