Shades of Dark Orchid #993FCC
Tints of Dark Orchid #993FCC
RGB
CMYK
RGB Variations
Color information
#993FCC (or 0x993FCC) is known color: Dark Orchid. HEX triplet: 99, 3F and CC. RGB value is (153,63,204). Sum of RGB (Red+Green+Blue) = 153+63+204=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #993FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FCC is #66C033. Grayscale: #696969. Windows color (decimal): -6733876 or 13385625. OLE color: 13385625.
HSL color Cylindrical-coordinate representation of color #993FCC: hue angle of 278.3º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993FCC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 63 | 204 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.2 |
| HSL | 278.3º | 0.58% | 0.52% | - |
| HSV(B) | 278.3º | 0.69% | 0.8% | - |
| XYZ | 25.81 | 14.69 | 58.6 | - |
| YUV | 105.98 | 183.32 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 204 | 0.25 | 0.69 | 0 | 0.2 | 278.3 | 0.58 | 0.52 |
| Hex | 99 | 3F | CC | 19 | 45 | 0 | 14 | 116 | 3A | 34 |
| Octal | 231 | 77 | 314 | 31 | 105 | 0 | 24 | 426 | 72 | 64 |
| Binary | 10011001 | 111111 | 11001100 | 11001 | 1000101 | 0 | 10100 | 100010110 | 111010 | 110100 |
Color Harmonies of #993FCC
Complementary color
Monochromatic Colors of #993FCC
Black with #993FCC
Text Example
Text Example
White with #993FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FCC; }
p { color: rgb(153,63,204); }
H1.HeaderClassName
{
color: #993FCC;
}
.AnyTagClassName
{
color: #993FCC;
}
</style>
background-color css
<style>
a { background-color: #993FCC; }
a { background-color: rgb(153,63,204); }
div.DivClassName
{
background-color: #993FCC;
}
.BgClassName
{
background-color: #993FCC;
}
</style>
border-color css
<style>
span { border-color: #993FCC; }
span { border-color: rgb(153,63,204); }
td.TdClassName
{
border-color: #993FCC;
}
.TagClassName
{
border-color: #993FCC;
}
</style>